You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #105 Minor tweak in admonition titles (javiereguiluz)
This PR was merged into the main branch.
Discussion
----------
Minor tweak in admonition titles
We need this minor change for some upcoming changes.
Commits
-------
34d085c Minor tweak in admonition titles
Copy file name to clipboardExpand all lines: tests/fixtures/expected/blocks/directives/sidebar-code-block-nested.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<divclass="admonition-wrapper"><divclass="admonition admonition-sidebar"><pclass="sidebar-title">The sidebar's title</p><p>some text before code block</p>
1
+
<divclass="admonition-wrapper"><divclass="admonition admonition-sidebar"><pclass="sidebar-title"><span>The sidebar's title</span></p><p>some text before code block</p>
Or a namespace: <ahref="https://api.symfony.com/4.0/Symfony/Component/Validator/Constraints.html" class="reference external" title="Symfony\Component\Validator\Constraints">Constraints</a>.
@@ -137,17 +137,17 @@ <h3 id="format"><a class="headerlink" href="#format" title="Permalink to this he
137
137
<p>If the <codetranslate="no" class="notranslate">widget</code> option is set to <codetranslate="no" class="notranslate">single_text</code>, this option specifies
138
138
the format of the input, i.e. how Symfony will interpret the given input
139
139
as a datetime string. See <ahref="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" class="reference external" rel="external noopener noreferrer" target="_blank">Date/Time Format Syntax</a>.</p>
140
-
<divclass="admonition-wrapper"><divclass="admonition admonition-sidebar"><pclass="sidebar-title">Everyone loves sidebars</p><p>But do they really? They also get in the way!</p>
140
+
<divclass="admonition-wrapper"><divclass="admonition admonition-sidebar"><pclass="sidebar-title"><span>Everyone loves sidebars</span></p><p>But do they really? They also get in the way!</p>
0 commit comments