From 21d724a2a0cf3635ef9f8d907b6a50c8db30e4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 2 Jun 2015 18:10:23 +0200 Subject: [PATCH] Adjusted README file to use whatever flavour of syntax github is happy with. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index f957f6b..1adea34 100644 --- a/README +++ b/README @@ -1,9 +1,10 @@ -Scribble (racket) example with LaTeX math both in PDF and HTML -============================================================== +# Scribble (racket) example with LaTeX math both in PDF and HTML - git submodule init - git submodule update - scribble --dest output/ --pdf example.scrbl - scribble --dest output/ --html example.scrbl +``` +git submodule init +git submodule update +scribble --dest output/ --pdf example.scrbl +scribble --dest output/ --html example.scrbl +``` Then open `output/example.pdf` and `output/example.html`