From 67524663784b4a47e4b18fe67583f43351edbfde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20G=C3=B6hler?= Date: Mon, 22 Sep 2014 13:07:55 +0200 Subject: [PATCH] added contributors + convert to pdf instructions --- AUTHORS | 7 ++++++- sample.md | 20 ++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 54dc5e1..65f5350 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,7 @@ -Michael Goehler +Author: visit1985 + +Contributors: +Pyrohh +FreeBirdLjj +ungureanuvladvictor diff --git a/sample.md b/sample.md index 8cea5d6..f7a4d54 100644 --- a/sample.md +++ b/sample.md @@ -1,6 +1,6 @@ %title: mdp - Sample Presentation -%author: Michael Göhler -%date: 2014-09-18 +%author: visit1985 +%date: 2014-09-22 mdp === @@ -163,6 +163,22 @@ Use *fg* to resume it. ------------------------------------------------- +# Convert your presentation to PDF + +To publish your presentation later on, you may +want to convert it to PDF. + +This can be achieved by two additional tools: + +- *markdown* to convert to HTML +- *wkhtmltopdf* to convert from HTML to PDF + +After installing them, you can simply type: + + $ markdown sample.md | wkhtmltopdf - sample.pdf + +------------------------------------------------- + ## Last words I hope you like *mdp*. But be aware, that it is -- 2.20.1