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

Markdown code block html entities #1121

Open
kristabs opened this issue Sep 14, 2017 · 2 comments
Open

Markdown code block html entities #1121

kristabs opened this issue Sep 14, 2017 · 2 comments

Comments

@kristabs
Copy link

Hello, thanks for this great tool!
I just have a problem using markdown code blocks in overview page. < gets replaced by &lt;
E.g.

<!DOCTYPE html>
<html lang="lv">
...
</html>

when generated, is shown as

&lt;!DOCTYPE html&gt;
&lt;html lang="lv"&gt;
...
&lt;/html&gt;

Any ideas how could i fix this?

@dawidk92
Copy link

dawidk92 commented Oct 3, 2017

+1

```scss
.class_name {
  &__abc { //this escapes to -> &amp;__abc
    ...
  }
}```

@Angola
Copy link

Angola commented Apr 2, 2018

@kristabs
example

<pre><code><div class="box">
    <div class="box__ttl">title</div>
    <div class="box__txt">text</div>
</div></code></pre>

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

3 participants