Files
ResInsight/Documentation/UsersGuide
Jacob Støren 8f44ba33be Update CommandLineParameters.md
Updated Command Line /Regression test system doc.
2013-10-24 11:45:51 +02:00
..
2013-10-24 11:34:29 +02:00
2013-10-24 08:48:53 +02:00
2013-10-21 10:33:39 +02:00
2013-10-21 10:33:39 +02:00

Documentation

Documentation files uses the GitHub markdown syntax. A common file extension for markdown files is .md.

GitHub Markdown syntax

How to produce PDF from markdown files

Pandoc can be used to generated PDF from a markdown file like this

pandoc -f markdown_github GettingStarted.md -o GettingStarted.pdf

See here for information on Pandoc http://johnmacfarlane.net/pandoc/