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

A little puzzle about backtick quotes #759

Closed
xovel opened this issue Jun 16, 2016 · 1 comment
Closed

A little puzzle about backtick quotes #759

xovel opened this issue Jun 16, 2016 · 1 comment

Comments

@xovel
Copy link

xovel commented Jun 16, 2016

I want to write an inline-code text within a backtick quotes```, but an unpleasant question comes up.

There was an unexpected whitespace in the <code> tag.

Extremely & Simply, this code:

var marked = require('marked');
console.log(marked('`` ` ``'));

will be rendered to:

<p><code>` </code></p>

An unexpected whitespace was so brightly.

@xovel
Copy link
Author

xovel commented Jun 16, 2016

Solved by #312.

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