diff --git a/guide/english/semantic-ui/semantic-ui-buttons/index.md b/guide/english/semantic-ui/semantic-ui-buttons/index.md index 24055fe3cb3..2cbb70d8e72 100644 --- a/guide/english/semantic-ui/semantic-ui-buttons/index.md +++ b/guide/english/semantic-ui/semantic-ui-buttons/index.md @@ -14,13 +14,13 @@ Semantic UI class is simply added to a button element, various example were give * Standard Button Standard Semantic UI button -``` +```html ``` * Emphasis Button A button with a different level of emphasis -``` +```html @@ -60,7 +60,7 @@ The above is just a camera icon #### Groups Semantic UI buttons can exist in a group -``` +```html
@@ -71,7 +71,7 @@ Semantic UI buttons can exist in a group #### Content Semantic UI buttons can contain conditionals -``` +```html
@@ -82,14 +82,14 @@ Semantic UI buttons can contain conditionals #### States Semantic UI buttons can exist in different states, `active`, `disabled`, `loading`. Simply add a state name to the `class` attribute` of ` ``` #### Variations Semantic UI buttons exist in variety of sizes, `mini`, `tiny`, `small`, `medium`, `large`, `big`, `huge`, and `massive`. -``` +```html ```