diff --git a/src/Templates/default/html/directives/admonition.html.twig b/src/Templates/default/html/directives/admonition.html.twig index 19b0d3d..9913be3 100644 --- a/src/Templates/default/html/directives/admonition.html.twig +++ b/src/Templates/default/html/directives/admonition.html.twig @@ -14,5 +14,5 @@ {% elseif name in ['seealso'] %} {% endif %} - {{ text }} + {{ text }}
diff --git a/src/Templates/default/html/directives/sidebar.html.twig b/src/Templates/default/html/directives/sidebar.html.twig index 3e30d0f..774c6cd 100644 --- a/src/Templates/default/html/directives/sidebar.html.twig +++ b/src/Templates/default/html/directives/sidebar.html.twig @@ -1 +1 @@ -{{ title|raw }}
\ No newline at end of file +{{ title|raw }}
diff --git a/tests/fixtures/expected/blocks/directives/admonition.html b/tests/fixtures/expected/blocks/directives/admonition.html index 9d7e971..077ae0d 100644 --- a/tests/fixtures/expected/blocks/directives/admonition.html +++ b/tests/fixtures/expected/blocks/directives/admonition.html @@ -1,5 +1,5 @@- Screencast + Screencast
Do you prefer video tutorials? Check out the the screencasts.
- Best Practice + Best Practice
Use the bcrypt encoder for hashing your users' passwords.
- - Caution + + Caution
Using too many sidebars or caution directives can be distracting!
- - Note + + Note
test
- - Note + + Note
Sometimes we add notes. But not too often because they interrupt the flow.
Also check out the homepage
The sidebar's title
some text before code block
+The sidebar's title
some text before code block
1diff --git a/tests/fixtures/expected/blocks/directives/sidebar.html b/tests/fixtures/expected/blocks/directives/sidebar.html index 62daa97..ee4a046 100644 --- a/tests/fixtures/expected/blocks/directives/sidebar.html +++ b/tests/fixtures/expected/blocks/directives/sidebar.html @@ -1,2 +1,2 @@ -
The sidebar's title
some text inside sidebar
+The sidebar's title
some text inside sidebar
- Tip + Tip
This is a little tip about something! We an also talk about specific
This option was introduced in Symfony 2.6 and replaces another option, which is available prior to 2.6.
diff --git a/tests/fixtures/expected/main/datetime.html b/tests/fixtures/expected/main/datetime.html index ae0bc98..1df3536 100644 --- a/tests/fixtures/expected/main/datetime.html +++ b/tests/fixtures/expected/main/datetime.html @@ -63,7 +63,7 @@- Tip + Tip
This is a little tip about something! We an also talk about specific methods: doRequest(). Or a namespace: Constraints. @@ -76,8 +76,8 @@
- - Note + + Note
Sometimes we add notes. But not too often because they interrupt the flow. FormType Documentation
The placeholder
option was introduced in Symfony 2.6 and replaces
empty_value
, which is available prior to 2.6.
FormType Documentation
Also check out the homepage - Some Test Docs!. FormType Documentation
single_text
, this option specifies
the format of the input, i.e. how Symfony will interpret the given input
as a datetime string. See Date/Time Format Syntax.
-Everyone loves sidebars
But do they really? They also get in the way!
+Everyone loves sidebars
But do they really? They also get in the way!
- Caution + Caution
Using too many sidebars or caution directives can be distracting!
- Best Practice + Best Practice
Use the bcrypt encoder for hashing your users' passwords.