Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section headers do not render inline formatting #1093

Closed
pjanx opened this issue Oct 6, 2022 · 2 comments · Fixed by #1098
Closed

Section headers do not render inline formatting #1093

pjanx opened this issue Oct 6, 2022 · 2 comments · Fixed by #1098

Comments

@pjanx
Copy link
Contributor

pjanx commented Oct 6, 2022

= A
:toc:

== `B`
C
<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_b">`B`</a></li>
</ul>
</div>
<div class="sect1">
<h2 id="_b">`B`</h2>
<div class="sectionbody">
<div class="paragraph">
<p>C</p>
</div>
</div>
</div>

Asciidoctor

<div id="toc" class="toc">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_b"><code>B</code></a></li>
</ul>
</div>
<div class="sect1">
<h2 id="_b"><code>B</code></h2>
<div class="sectionbody">
<div class="paragraph">
<p>C</p>
</div>
</div>
</div>
@pjanx pjanx changed the title ToC doesn't render inline formatting Section headers do not render inline formatting Oct 6, 2022
@pjanx
Copy link
Contributor Author

pjanx commented Oct 6, 2022

This is a regression. Or at least I think so, not so sure anymore about section headers alone.

@xcoulon
Copy link
Member

xcoulon commented Oct 7, 2022

yeah, not sure either, but I will take a look!

@xcoulon xcoulon added this to the v0.8.0 milestone Oct 7, 2022
xcoulon added a commit to xcoulon/libasciidoc that referenced this issue Oct 8, 2022
Fixes bytesparadise#1093

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
xcoulon added a commit that referenced this issue Oct 8, 2022
Fixes #1093

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants