From 27cce87ed33bd46ef298c848a45651ce782830a3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 21 Aug 2013 23:18:00 -0400 Subject: v5: alternative open and close for blocks using line starting with "```" * e.g. open code block: "``` code" close code block: "```" start poem: "``` poem" end poem: "```" * remove need for an empty line between opening & closing of a text block --- data/doc/sisu/CHANGELOG_v5 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/doc/sisu/CHANGELOG_v5 b/data/doc/sisu/CHANGELOG_v5 index a7c6e2cd..aaeb36f2 100644 --- a/data/doc/sisu/CHANGELOG_v5 +++ b/data/doc/sisu/CHANGELOG_v5 @@ -33,6 +33,12 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_5.0.12.orig.tar.xz * syntax add * switch ocn off and on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#" + * alternative open and close for blocks using line starting with "```", e.g. + open code block: "``` code" + close code block: "```" + start poem: "``` poem" + end poem: "```" + * remove need for an empty line between opening & closing of a text block * messages to terminal * code marker -- cgit v1.2.3