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

[resolved] Change all < > in code as &lt; #52

Open
versedi opened this issue Jun 7, 2015 · 0 comments
Open

[resolved] Change all < > in code as &lt; #52

versedi opened this issue Jun 7, 2015 · 0 comments

Comments

@versedi
Copy link

versedi commented Jun 7, 2015

When typing HTML code in markdown instead of markdown text it is normally rendered but code element is not replacing < > with &lt ; and &gt ;

It would be a nice thing as enhancement - two columns with very short code in one row are really nice thing - the only way to achieve that is manully write i.e. :

<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<h5>HTML</h5>
    <pre><code class="html">

    &lt;meta name="robots" content="noindex,nofollow"/&gt;

    </code></pre>
</div>
</div>

Edit:
I see that github markdown with tripple back-apostrophe is doing what I want...

<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<h5>HTML</h5>
<pre>
` ` `
<meta name="robots" content="noindex,nofollow" /> 
` ` `
</pre>
</div>
@versedi versedi changed the title Change all < > in code as &lt; [Possibly resolved] Change all < > in code as &lt; Jun 7, 2015
@versedi versedi changed the title [Possibly resolved] Change all < > in code as &lt; [resolved] Change all < > in code as &lt; Jun 7, 2015
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