We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
idseparator
eg:
:idseparator: - == Section 1
should render as
<div class="sect1"> <h2 id="_section-1">Section 1</h2> <div class="sectionbody"> </div> </div>
The text was updated successfully, but these errors were encountered:
feat(parser): support for 'idseparator' attribute
848a9c0
Fixes bytesparadise#783 Signed-off-by: Xavier Coulon <[email protected]>
feat(parser): support for 'idseparator' attribute (#786)
cd386b8
Fixes #783 Signed-off-by: Xavier Coulon <[email protected]>
xcoulon
Successfully merging a pull request may close this issue.
eg:
should render as
The text was updated successfully, but these errors were encountered: