Skip to content

Commit 2f200d7

Browse files
committed
Workaround for ~ in markdown, which does a strikethrough of content
1 parent 4377b1a commit 2f200d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Layout With Template/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Use of a default layout across all pages
22

3-
A default template is used and each of the Controller methods plug their views into the template using the layout:decorator="~{layout/layout}" in each of the pages.
3+
A default template is used and each of the Controller methods plug their views into the template using the layout:decorator="~{layout/layout}"
4+
in each of the pages.
45
The content that must be posted into the layout (eg. subtract.html) is embedded within <div class="container-fluid" layout:fragment="content"> ...</div> elements.
56
The view (eg. subtract.html) contains a pointer to the layout file - eg. layout:decorator="~{layout/layout}"
67

0 commit comments

Comments
 (0)