From 49702327f4c2080d6c13da319aa7967ad2b55c49 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 10 Oct 2017 22:54:30 -0400 Subject: [PATCH] lib/markdown: fix nitunits in README Signed-off-by: Alexandre Terrasa --- lib/markdown/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/markdown/README.md b/lib/markdown/README.md index a5c6052..7068bb0 100644 --- a/lib/markdown/README.md +++ b/lib/markdown/README.md @@ -7,7 +7,9 @@ This parser is inspired by the famous TxtMark for Java (https://github.com/rjesc `nitmd` can be used as a standalone tool: - $ nitmd file.md +~~~bash +$ nitmd file.md +~~~ Or you can use it programmatically by importing the `markdown` module. @@ -26,4 +28,6 @@ Minimalists tests are prefixed with `process_*`. All tests from daringfireball a Run the test suite: - $ nitunit lib/markdown/markdown.nit -t lib/markdown/test_markdown.nit +~~~bash +$ nitunit lib/markdown/markdown.nit -t lib/markdown/test_markdown.nit +~~~ -- 1.7.9.5