diff --git a/docs/userGuide/syntax/dates.md b/docs/userGuide/syntax/dates.md index 53087c0d59..1d7273464d 100644 --- a/docs/userGuide/syntax/dates.md +++ b/docs/userGuide/syntax/dates.md @@ -72,28 +72,27 @@ YYYY | 2019 Full formatting reference available [here](https://momentjs.com/docs/#/displaying/format/). -{{ icon_example }}
-
+ {{ njblock('set base1 = "2019-08-12"') }}
{{ njblock('set format1 = "DD MM YYYY"') }}
{{ njblock('set format2 = "ddd Do MM"') }}
-{{ njcode('base1 | date') }} ``
-{{ njcode('base1 | date(format1)') }} ``
-{{ njcode('base1 | date(format1, 10)') }} ``
-{{ njcode('base1 | date(format2, 10)') }} ``
+{{ njcode('base1 | date') }}
+{{ njcode('base1 | date(format1)') }}
+{{ njcode('base1 | date(format1, 10)') }}
+{{ njcode('base1 | date(format2, 10)') }}
+
-
-
+ Mon 12 Aug
12 08 2019
22 08 2019
Thu 22/08 -
+
diff --git a/docs/userGuide/syntax/diagrams.md b/docs/userGuide/syntax/diagrams.md index 52c8eb9aa4..d76675fc5e 100644 --- a/docs/userGuide/syntax/diagrams.md +++ b/docs/userGuide/syntax/diagrams.md @@ -15,7 +15,7 @@ must be installed to use this feature**
-
+ ``` @@ -31,11 +31,11 @@ return success @enduml ``` -
+ -
+ -
+
@@ -43,7 +43,7 @@ return success Alternatively, a PlantUML diagram can be specified in a separate `.puml` file and inserted into a page using a `` tag. -
+ `diagrams/sequence.puml`: ``` @@ -63,11 +63,11 @@ in another file: ```html ``` -
+ -
+ -
+
diff --git a/docs/userGuide/syntax/embeds.md b/docs/userGuide/syntax/embeds.md index 07ce28a5dd..5888ab2508 100644 --- a/docs/userGuide/syntax/embeds.md +++ b/docs/userGuide/syntax/embeds.md @@ -8,18 +8,18 @@ Here are three ways of embedding YouTube videos and one example of how it will l -
+ ```markdown @[youtube](v40b3ExbM0c) @[youtube](http://www.youtube.com/watch?v=v40b3ExbM0c) @[youtube](http://youtu.be/v40b3ExbM0c) ``` -
-
+ + @[youtube](v40b3ExbM0c) -
+
More media blocks, embedding services and additional options can be found in [Markdown-it documentation](https://github.com/rotorz/markdown-it-block-embed). diff --git a/docs/userGuide/syntax/searchBars.md b/docs/userGuide/syntax/searchBars.md index 87afc38bd8..98a44a1b91 100644 --- a/docs/userGuide/syntax/searchBars.md +++ b/docs/userGuide/syntax/searchBars.md @@ -5,7 +5,7 @@ The `searchbar` component allows users to search all headings within any page on
-
+ ```html @@ -21,14 +21,14 @@ To use the searchbar within a navbar, add the following markup to your file. The ``` -
-
+ + Enter a search term (eg. 'search bar') to see the search result dropdown.
-
+
****Options****