Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | directives: declare directive functions as static | Rafael G. Martins | 2016-05-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/directives | Rafael G. Martins | 2016-05-07 | 1 | -2/+2 |
|\ | |||||
* | | directives: content-parser: added blogc_directive_ctx_t | Rafael G. Martins | 2015-11-15 | 1 | -5/+10 |
| | | |||||
* | | content-parser: implemented youtube directive | Rafael G. Martins | 2015-11-04 | 1 | -0/+13 |
| | | |||||
* | | Revert "Revert "content-parser: handle errors (that are handler as warnings) ↵ | Rafael G. Martins | 2015-11-04 | 1 | -1/+2 |
| | | | | | | | | | | | | in directives"" This reverts commit 0fe9ed29207c428deda6c960c81359113f1d3384. | ||||
* | | Revert "Revert "content-parser: added basic rst-like directives support"" | Rafael G. Martins | 2015-11-04 | 1 | -0/+17 |
|/ | | | | This reverts commit 43bb8973e683743e780895f99f46364c7d85457f. | ||||
* | Revert "content-parser: added basic rst-like directives support" | Rafael G. Martins | 2015-11-04 | 1 | -17/+0 |
| | | | | This reverts commit 1faa52052624e7c03256df0c63c43f5d40ddb57a. | ||||
* | Revert "content-parser: handle errors (that are handler as warnings) in ↵ | Rafael G. Martins | 2015-11-04 | 1 | -2/+1 |
| | | | | | | directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af. | ||||
* | content-parser: handle errors (that are handler as warnings) in directives | Rafael G. Martins | 2015-11-04 | 1 | -1/+2 |
| | |||||
* | content-parser: added basic rst-like directives support | Rafael G. Martins | 2015-11-02 | 1 | -0/+17 |
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 |