aboutsummaryrefslogtreecommitdiffstats
path: root/src/directives.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "content-parser: handle errors (that are handler as warnings) in ↵Rafael G. Martins2015-11-041-3/+2
| | | | | | directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af.
* content-parser: handle errors (that are handler as warnings) in directivesRafael G. Martins2015-11-041-2/+3
|
* content-parser: added basic rst-like directives supportRafael G. Martins2015-11-021-0/+21
this patch adds support to something similar to reStructuredText directives [1]. the directive loader isn't implemented yet. also, the current implementation is stricter and differs a lot from the reStructuredText spec. documentation pending. this patch also fixes a few old parser bugs. [1] http://docutils.sourceforge.net/docs/ref/rst/directives.html