From 8e2526887b86a99b89fa67ca79de5476d74e8278 Mon Sep 17 00:00:00 2001 From: Rufaro Madamombe Date: Thu, 6 Dec 2018 22:34:13 +0200 Subject: [PATCH] Added syntax highlighting to sample code blocks (#25905) Fenced sample code blocks didn't have syntax highlighting so updated the guide by adding the HTML language identifier to enable syntax highlighting in the fenced code blocks. --- .../semantic-ui/semantic-ui-buttons/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/guide/english/semantic-ui/semantic-ui-buttons/index.md b/guide/english/semantic-ui/semantic-ui-buttons/index.md index 24055fe3cb..2cbb70d8e7 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 ```