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

Support the [source%nowrap] attribute on a source block #784

Closed
xcoulon opened this issue Oct 21, 2020 · 0 comments · Fixed by #795
Closed

Support the [source%nowrap] attribute on a source block #784

xcoulon opened this issue Oct 21, 2020 · 0 comments · Fixed by #795

Comments

@xcoulon
Copy link
Member

xcoulon commented Oct 21, 2020

Eg:

[source%nowrap,java]
----
public class Foo {
}
---

should include a nowrap class in the <pre> element:

<div class="content">
<pre class="highlight nowrap"><code class="language-java" data-lang="java">public class Foo {
}</code></pre>
</div>
</div>

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.

1 participant