summaryrefslogtreecommitdiff
path: root/rst_parser.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Philipp Gesang2010-09-161-16/+15
| | | | for, though).
* 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
|
* generic field listsPhilipp Gesang2010-09-041-4/+51
|
* fixes to definition list. minor cleanup.Philipp Gesang2010-09-041-24/+9
|
* definition listsPhilipp Gesang2010-09-031-13/+86
|
* roman enum testing, successive enum checking; neat debug helper.Philipp Gesang2010-09-031-24/+133
|
* fixed a serious bug in list nestingPhilipp Gesang2010-09-031-22/+66
|
* enumerations (most types, incl. conversions)Philipp Gesang2010-09-031-24/+56
|
* nested unordered listsPhilipp Gesang2010-09-031-8/+99
|
* handles sections, paragraphs, transitions, targetsPhilipp Gesang2010-09-021-0/+311