walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Inline formats with ` #57

Open typekpb opened 10 years ago

typekpb commented 10 years ago

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 commented 10 years ago

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?