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

Do not discard spaces in HTML #5

Open
reiner-dolp opened this issue May 11, 2019 · 1 comment
Open

Do not discard spaces in HTML #5

reiner-dolp opened this issue May 11, 2019 · 1 comment

Comments

@reiner-dolp
Copy link

reiner-dolp commented May 11, 2019

Spaces seem to be discarded. This is especially a problem in combination with HTML tags like <pre> or elements styled using white-space or display: inline.

Example Markdown File:

<pre>
    | Unexpected semicolon
 1  | function a() ;
    |              ^
</pre>
 

Expected rendering:

    | Unexpected semicolon
 1  | function a() ;
    |              ^

Actual rendering:

| Unexpected semicolon
1  | function a() ;
|              ^
@pablohirafuji
Copy link
Owner

Thank you for the report. I will take a look this weekend.

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

2 participants