summaryrefslogtreecommitdiff
path: root/rst_context.lua
Commit message (Expand)AuthorAgeFilesLines
* resetting nesting depth at paragraph endPhilipp Gesang2010-09-221-5/+12
* fixed inline markup parsing in single line paragraphsPhilipp Gesang2010-09-221-6/+6
* fixed link text in anonymous external linksPhilipp Gesang2010-09-211-14/+20
* fixed internal references to structure componentsPhilipp Gesang2010-09-211-3/+18
* error printing for formatter. whitespace issues.Philipp Gesang2010-09-211-17/+19
* removed enforced spacing preceding inline literalsPhilipp Gesang2010-09-201-2/+11
* cleaning sweep throug subtitutions and directives. “caution” and “dange...Philipp Gesang2010-09-191-14/+146
* support for key-val extended image directives (only “width” for now).Philipp Gesang2010-09-181-9/+54
* simple directives.Philipp Gesang2010-09-181-7/+93
* revised bullet list enumeration, accepting irregular numbering.Philipp Gesang2010-09-171-6/+33
* literal blocks now align preciselyPhilipp Gesang2010-09-171-20/+14
* field lists default to 2column table outputPhilipp Gesang2010-09-171-7/+43
* bullet numbering offset rewritten in the proper ConTeXt wayPhilipp Gesang2010-09-171-14/+6
* hacked comments into enumerations. hope that does not break anything.Philipp Gesang2010-09-171-4/+21
* using fancybreaks module for transitions. fixed section/transition matching (...Philipp Gesang2010-09-171-1/+15
* sectioning redonePhilipp Gesang2010-09-171-4/+7
* talked to the comments. still haunted by a bug whenever the first comment of ...Philipp Gesang2010-09-161-3/+3
* moved directives to proper table. there’s a “replace::” directive now.Philipp Gesang2010-09-161-19/+33
* fixed grouped single-line commentsPhilipp Gesang2010-09-161-1/+2
* fixed spacing before colons in paragraph-contained literal blocksPhilipp Gesang2010-09-161-2/+5
* fixed literal blocks inside paragraphsPhilipp Gesang2010-09-161-4/+13
* line blocks have now a setupPhilipp Gesang2010-09-161-0/+16
* new environment for definition lists (still don’t know what to use them for...Philipp Gesang2010-09-161-24/+61
* fixed blockquotes. fixed initial inline markup.Philipp Gesang2010-09-151-16/+36
* ignoring inline markup delimiters enclosed by parentheses or quotesPhilipp Gesang2010-09-151-28/+62
* multi-line substitution definitionsPhilipp Gesang2010-09-151-1/+2
* substitutions now support hyperlinkingPhilipp Gesang2010-09-151-5/+13
* context (ctx) and lua directivesPhilipp Gesang2010-09-151-7/+33
* image substitution directivePhilipp Gesang2010-09-151-3/+60
* inline internal targetsPhilipp Gesang2010-09-151-1/+12
* anonymous links fixedPhilipp Gesang2010-09-151-8/+2
* hyperlinks now work for both internal and external targetsPhilipp Gesang2010-09-151-21/+25
* output formatting. includes paragraph reflowingPhilipp Gesang2010-09-141-17/+22
* anonymous link blocks fixedPhilipp Gesang2010-09-141-3/+11
* reference setups. sanitizing link target id’sPhilipp Gesang2010-09-141-4/+45
* references: minor fixesPhilipp Gesang2010-09-141-4/+9
* links to sections by their titlesPhilipp Gesang2010-09-141-2/+10
* internal links now workPhilipp Gesang2010-09-141-10/+18
* enumerations now don’t need an extra \setupitemizePhilipp Gesang2010-09-131-4/+4
* fixed nasty bug in enumerationsPhilipp Gesang2010-09-131-2/+3
* so called “citation references” (stub); inline markup in footnotes.Philipp Gesang2010-09-131-5/+23
* symbol footnotes. separate setups.Philipp Gesang2010-09-131-13/+76
* numbered footnote stubPhilipp Gesang2010-09-131-4/+55
* handling of escaped spaces in string.stripPhilipp Gesang2010-09-121-10/+19
* revised simple table implementation; first stepPhilipp Gesang2010-09-121-5/+11
* table headers. turned off line correction for tablesPhilipp Gesang2010-09-121-44/+103
* simple tablePhilipp Gesang2010-09-111-0/+1
* simple tablePhilipp Gesang2010-09-111-38/+77
* proper file IO; cleaned up debug helperPhilipp Gesang2010-09-091-5/+6
* moved inline elements formatting to formatterPhilipp Gesang2010-09-091-20/+165