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

Better handling of indentation in verbatim blocks. #38

Open
Klafyvel opened this issue Mar 6, 2023 · 0 comments
Open

Better handling of indentation in verbatim blocks. #38

Klafyvel opened this issue Mar 6, 2023 · 0 comments

Comments

@Klafyvel
Copy link
Owner

Klafyvel commented Mar 6, 2023

Right now the leading whitespaces in a verbatim block are rendered as is:

* Some heading
  @code 
  Some code that should not be rendered indented.
  @end

becomes

<h1>Some heading</h1>
<pre>
<code>
  Some code that should not be rendered indented.
</code>
</pre>

As you can see the code is indented.

Some heading


  Some code that should not be rendered indented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant