Questions tagged [gimli]

Gimli is a utility for converting markup to pdf files. It is useful for reports and such things.

Gimli is, according to its website, a utility for converting markup to pdf files. It is useful for reports and such things. It’s a developed version of textile2pdf to support multiple markup styles and to get syntax highlighting.

It was inspired by the markup conversion in gollum. The markup code is adapted from gollum.

It works by converting the markup to pdf using wkhtmltopdf.

1 questions
0
votes
1 answer

How do I disable italicization in gimli interpretation of markdown?

Some variants of Markdown understand that (say) /:id/archive_browser/get_file should not be interpreted as /:id/archivebrowser/getfile But I can't get gimli to behave in this manner. Is there a way to do this?
Scott C Wilson
  • 19,102
  • 10
  • 61
  • 83