diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-08-25 01:20:49 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-08-25 01:21:00 -0400 |
commit | 9ccfd45405e11016bb28fc6d8ff290dff8f5c83d (patch) | |
tree | 671ed5ac3394505fe356be2ed0c4ef0bc7a37808 /data/doc | |
parent | v5: dal, improve font face matching within grouped text (other than code blocks) (diff) |
v4: merge v5, syntax additions, block text related (version bump to 4.2.*)
* 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
[ note further refinements will be required;
use of tildes "~~" considered but more problematic, tics not used elsewhere]
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/CHANGELOG_v4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/doc/sisu/CHANGELOG_v4 b/data/doc/sisu/CHANGELOG_v4 index fe6577d0..81b5c534 100644 --- a/data/doc/sisu/CHANGELOG_v4 +++ b/data/doc/sisu/CHANGELOG_v4 @@ -30,6 +30,16 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_4.2.0.orig.tar.xz sisu_4.2.0.orig.tar.xz sisu_4.2.0-1.dsc +* merge v5 + * 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 + [note use of "~~" considered but more problematic, (tics not used elsewhere)] + * css, html, epub, adjust paragraph spacing, (increase, whitespace aesthetic, review further) |