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

[Bug] .blade.md and blade processor #329

Closed
dgursh opened this issue Mar 2, 2019 · 1 comment
Closed

[Bug] .blade.md and blade processor #329

dgursh opened this issue Mar 2, 2019 · 1 comment

Comments

@dgursh
Copy link
Contributor

dgursh commented Mar 2, 2019

I think I may have found a bug in the blade processor.

If I have a markdown file with YAML that has html below it on one line, it doesn't process it.

This example doesn't work and only shows the header 1, when I yield it in a blade file.

<h1>This is a header1</h1><h2>This is a header2</h2><p>This is a paragraph of text</p><br><br><br><br><p>This text contains <sub>subscript</sub> text.</p>

The following example works.

<h1>This is a header1</h1>
<h2>This is a header2</h2>
<p>This is a paragraph of text</p>
<br>
<br>
<br>
<br>
<p>This text contains <sub>subscript</sub> text.</p>

Why is that? Is this default behavior?

@dgursh
Copy link
Contributor Author

dgursh commented Mar 2, 2019

I see this is the same issue as #318. I'll move the conversation there.

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