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

Weird behavior with 2 consecutive html code blocks split by a text paragraph #231

Closed
tivie opened this issue Jan 25, 2016 · 1 comment
Closed
Assignees
Labels

Comments

@tivie
Copy link
Member

tivie commented Jan 25, 2016

The following markdown

<pre><code>```javascript
var s
```
</code></pre>

this is a long paragraph

<pre lang="no-highlight"><code>
```javascript
var s
```
</code></pre>

produces the following weird markup:

<pre><code>```javascript
    var s
    ```
</code></pre>

<pre><code>this is a long paragraph

&lt;pre lang="no-highlight"&gt;<code>
```javascript
var s
```
</code>&lt;/pre&gt;</code></pre></div>
@tivie tivie self-assigned this Jan 25, 2016
@tivie tivie added the bug label Jan 25, 2016
@tivie
Copy link
Member Author

tivie commented Jan 25, 2016

See #229

Also see demo

@tivie tivie closed this as completed in 71a5873 Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant