diff options
| author | Ralph Amissah <ralph@amissah.com> | 2013-08-21 23:18:00 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2013-08-21 23:18:04 -0400 | 
| commit | 27cce87ed33bd46ef298c848a45651ce782830a3 (patch) | |
| tree | 9123d1c15464f4347f8080cd8e27c71a0dace1b7 /data | |
| parent | v5: markup syntax add: switch ocn (object numbering) off & on for content block (diff) | |
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
Diffstat (limited to 'data')
| -rw-r--r-- | data/doc/sisu/CHANGELOG_v5 | 6 | 
1 files changed, 6 insertions, 0 deletions
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  | 
