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

Inline formats with ` #57

Open
typekpb opened this issue Oct 13, 2014 · 1 comment
Open

Inline formats with ` #57

typekpb opened this issue Oct 13, 2014 · 1 comment

Comments

@typekpb
Copy link

typekpb commented Oct 13, 2014

input (md):

foo `format text in a special monospace format` foo

output (pdf):

foo `format text in a special monospace format` foo

However I'd expect that per documentation: https://help.github.com/articles/markdown-basics/#inline-formats that text would have different font and the escape character would be hidden. That is not the case for me.

@walle
Copy link
Owner

walle commented Oct 16, 2014

That is weird, I just tested your input and I get the correct output.

If you test this input (test.md)

# Test

foo `format text in a special monospace format` foo

* A list
* with some
* items

What result do you get then?

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

2 participants