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

Parsing bug #56

Open
plasm opened this issue Jun 23, 2015 · 0 comments
Open

Parsing bug #56

plasm opened this issue Jun 23, 2015 · 0 comments

Comments

@plasm
Copy link

plasm commented Jun 23, 2015

Hi, first, thank for Ciconia. Nice project!
I have problems with the compilation of html markup and markdown, it's possible?

<nav class="class">

* [Item <span class="sep">›</span>](/)
* [Item <span class="sep">›</span>](/link)
* [Item](/link)

</nav>

# lorem ipsum

this compiles

<p><nav class="class"></p>

<ul>
<li><a href="/">Item <span class="sep"></span></a></li>
<li><a href="/link">Item <span class="sep"></span></a></li>
<li><a href="/link">Item</a></li>
</ul>

<p></nav></p>

<h1>lorem ipsum</h1>

it may create paragraphs between markup in html?
Thanks

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