aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/dal_doc_str.rb
Commit message (Collapse)AuthorAgeFilesLines
* v5: dal, book index, hash key, strip whitespace, a (required) fixRalph Amissah2013-09-071-1/+2
|
* v5: dal, objects, store book index as hash (simplify downstream processing)sisu_4.2.2Ralph Amissah2013-09-051-2/+51
|
* v4 v5: dal, book index markup, round delimiters: allow spaces or space & newlineRalph Amissah2013-09-051-0/+3
| | | | | * allow spaces on both sides of delimiters, or a space before & newline following a delimiter \s+[:|;](\s+|\n) [else parses as before no spaces]
* v4 v5: dal, text blocks, tuningRalph Amissah2013-08-281-6/+29
|
* v5: dal, refine grouped text open and close using tics "```"Ralph Amissah2013-08-251-33/+32
|
* v5: alternative open and close for blocks using line starting with "```"Ralph Amissah2013-08-211-83/+140
| | | | | | | | | * 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
* v5: markup syntax add: switch ocn (object numbering) off & on for content blockRalph Amissah2013-08-211-0/+66
| | | | | * switch ocn off & on for a block of content, line containing only off: "--~#" (omit headings where possible) "---#" on: "--+#"
* v5: "general code cleaning" fixRalph Amissah2013-06-251-10/+12
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-13/+14
| | | | * propagate back to v4 after testing
* v4 v5: document version check, disableRalph Amissah2013-05-291-48/+0
| | | | | * automatic check disabled * check and correction of pre 0.38 markup removed
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+1051
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone