summaryrefslogtreecommitdiff
path: root/rst_context.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Philipp Gesang2010-09-161-24/+61
| | | | for, though).
* 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
|
* small fix for sectioningPhilipp Gesang2010-09-081-5/+11
|
* new table handler finally worksPhilipp Gesang2010-09-081-6/+13
|
* revised table implementation. helper module.Philipp Gesang2010-09-071-7/+42
|
* grid table prototypePhilipp Gesang2010-09-061-0/+41
|
* block_quotesPhilipp Gesang2010-09-041-0/+23
|
* line blocks. text_elements instead of rest_of_linePhilipp Gesang2010-09-041-0/+17
|
* quoted literal blocksPhilipp Gesang2010-09-041-1/+1
|
* literal blocks inside paragraphsPhilipp Gesang2010-09-041-1/+1
|
* literal blocks formatting and indent handlingPhilipp Gesang2010-09-041-3/+17
|
* literal blocksPhilipp Gesang2010-09-041-0/+13
|
* option listsPhilipp Gesang2010-09-041-0/+25
|
* commented blocksPhilipp Gesang2010-09-041-0/+17
|
* generic field listsPhilipp Gesang2010-09-041-1/+38
|
* fixes to definition list. minor cleanup.Philipp Gesang2010-09-041-1/+1
|
* definition listsPhilipp Gesang2010-09-031-0/+35
|
* fixed a serious bug in list nestingPhilipp Gesang2010-09-031-1/+1
|
* enumerations (most types, incl. conversions)Philipp Gesang2010-09-031-4/+68
|