summaryrefslogtreecommitdiff
path: root/rst_parser.lua
Commit message (Expand)AuthorAgeFilesLines
* no tracking of adornments with headings without overlinePhilipp Gesang2010-09-231-4/+13
* comments in lists invalid; forced at least two list itemsPhilipp Gesang2010-09-231-1/+1
* rearranged section pattern priority.Philipp Gesang2010-09-231-1/+1
* fixed literal blocksPhilipp Gesang2010-09-221-10/+6
* setups and directives now occupy their own filesPhilipp Gesang2010-09-221-0/+1
* resetting nesting depth at paragraph endPhilipp Gesang2010-09-221-15/+19
* cleaning sweep throug subtitutions and directives. “caution” and “dange...Philipp Gesang2010-09-191-6/+10
* simple directives.Philipp Gesang2010-09-181-1/+23
* revised bullet list enumeration, accepting irregular numbering.Philipp Gesang2010-09-171-11/+19
* literal blocks now align preciselyPhilipp Gesang2010-09-171-8/+15
* field lists default to 2column table outputPhilipp Gesang2010-09-171-7/+12
* hacked comments into enumerations. hope that does not break anything.Philipp Gesang2010-09-171-9/+10
* using fancybreaks module for transitions. fixed section/transition matching (...Philipp Gesang2010-09-171-4/+12
* sectioning redonePhilipp Gesang2010-09-171-8/+59
* talked to the comments. still haunted by a bug whenever the first comment of ...Philipp Gesang2010-09-161-35/+14
* fixed grouped single-line commentsPhilipp Gesang2010-09-161-3/+4
* fixed spacing before colons in paragraph-contained literal blocksPhilipp Gesang2010-09-161-16/+15
* fixed literal blocks inside paragraphsPhilipp Gesang2010-09-161-13/+40
* line blocks have now a setupPhilipp Gesang2010-09-161-1/+1
* fixed ambiguity in definition lists vs. block quotesPhilipp Gesang2010-09-161-8/+9
* new environment for definition lists (still don’t know what to use them for...Philipp Gesang2010-09-161-16/+15
* multi-line substitution definitionsPhilipp Gesang2010-09-151-14/+41
* context (ctx) and lua directivesPhilipp Gesang2010-09-151-1/+5
* image substitution directivePhilipp Gesang2010-09-151-23/+18
* hyperlinks now work for both internal and external targetsPhilipp Gesang2010-09-151-2/+2
* output formatting. includes paragraph reflowingPhilipp Gesang2010-09-141-2/+25
* anonymous link blocks fixedPhilipp Gesang2010-09-141-3/+7
* internal links now workPhilipp Gesang2010-09-141-9/+32
* moved the list numbering to helpersPhilipp Gesang2010-09-131-116/+8
* enumerations now don’t need an extra \setupitemizePhilipp Gesang2010-09-131-3/+12
* fixed nasty bug in enumerationsPhilipp Gesang2010-09-131-22/+17
* so called “citation references” (stub); inline markup in footnotes.Philipp Gesang2010-09-131-9/+4
* symbol footnotes. separate setups.Philipp Gesang2010-09-131-102/+135
* numbered footnote stubPhilipp Gesang2010-09-131-10/+120
* handling of escaped spaces in string.stripPhilipp Gesang2010-09-121-1/+2
* table headers. turned off line correction for tablesPhilipp Gesang2010-09-121-1/+0
* simple tablePhilipp Gesang2010-09-111-13/+123
* proper file IO; cleaned up debug helperPhilipp Gesang2010-09-091-19/+39
* moved inline elements formatting to formatterPhilipp Gesang2010-09-091-87/+25
* small fix for sectioningPhilipp Gesang2010-09-081-5/+5
* revised table implementation. helper module.Philipp Gesang2010-09-071-73/+62
* grid table prototypePhilipp Gesang2010-09-061-1/+123
* block_quotesPhilipp Gesang2010-09-041-10/+73
* line blocks. text_elements instead of rest_of_linePhilipp Gesang2010-09-041-17/+73
* quoted literal blocksPhilipp Gesang2010-09-041-7/+44
* extended punctuationPhilipp Gesang2010-09-041-7/+49
* literal blocks inside paragraphsPhilipp Gesang2010-09-041-2/+17
* literal blocksPhilipp Gesang2010-09-041-2/+47
* option listsPhilipp Gesang2010-09-041-20/+70
* commented blocksPhilipp Gesang2010-09-041-27/+40