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

Please upgrade marked dependency to version 0.5.1 #644

Closed
svmk opened this issue Oct 12, 2018 · 0 comments
Closed

Please upgrade marked dependency to version 0.5.1 #644

svmk opened this issue Oct 12, 2018 · 0 comments

Comments

@svmk
Copy link

svmk commented Oct 12, 2018

Please upgrade dependency marked to version 0.5.1
This version uses right way to rendering <p> html tags for gfm markdown.

For example code:

<details><summary>CLICK ME 2</summary>

<i>Some i code</i>
<p>

#### yes, even hidden code blocks!

```python
print("hello world!")

```

must be compiled into

<h2 id="collapsible-markdown-">collapsible markdown?</h2>
<details open=""><summary>CLICK ME 2</summary>

<p><i>Some i code</i></p>
<p>

</p><h4 id="yes-even-hidden-code-blocks-">yes, even hidden code blocks!</h4>
<pre><code class="language-python">print("hello world!")</code></pre>
<p></p>
</details>
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