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
[source%nowrap]
Eg:
[source%nowrap,java] ---- public class Foo { } ---
should include a nowrap class in the <pre> element:
nowrap
<pre>
<div class="content"> <pre class="highlight nowrap"><code class="language-java" data-lang="java">public class Foo { }</code></pre> </div> </div>
The text was updated successfully, but these errors were encountered:
feat(parser/renderer): support 'nowrap' option on source blocks
a59dc16
Fixes bytesparadise#784 Signed-off-by: Xavier Coulon <[email protected]>
feat(parser/renderer): support 'nowrap' option on source blocks (#795)
6fa3065
Fixes #784 Signed-off-by: Xavier Coulon <[email protected]>
xcoulon
Successfully merging a pull request may close this issue.
Eg:
should include a
nowrap
class in the<pre>
element:The text was updated successfully, but these errors were encountered: