Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | content-parser: fixed DESCRIPTION variable. | Rafael G. Martins | 2016-05-23 | 1 | -0/+1 |
| | | | | | | | | | it is now built as a single line variable, that contains the full unparsed content of the first paragraph found in the source file, instead of just the first line of it. this also fixes a bug that prevented creating of DESCRIPTION variable, if the source file contained only a single line paragraph. | ||||
* | content-parser: extract post description from content | Rafael G. Martins | 2016-04-20 | 1 | -1/+2 |
| | | | | | | | | | description is the first line of the first paragraph parsed from content file. users can override it declaring DESCRIPTION variable in source file itself. this also fixes a bug with line endings when using single line blockquotes. | ||||
* | content-parser: encode html entities found in code blocks (fixes #3) | Rafael G. Martins | 2016-01-22 | 1 | -0/+1 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | content-parser: added id attributes to headers | Rafael G. Martins | 2015-10-12 | 1 | -0/+1 |
| | | | | the id is a slugified version of the (unparsed) header content. | ||||
* | content-parser: implemented multiline support for lists | Rafael G. Martins | 2015-08-13 | 1 | -0/+2 |
| | |||||
* | removed some uneeded includes | Rafael G. Martins | 2015-07-05 | 1 | -1/+0 |
| | |||||
* | content-parser: implemented excerpt, and now for good! | Rafael G. Martins | 2015-06-13 | 1 | -1/+1 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | content-parser: more random stuff | Rafael G. Martins | 2015-05-07 | 1 | -2/+1 |
| | |||||
* | content-parsed: started inline parser | Rafael G. Martins | 2015-05-06 | 1 | -0/+1 |
| | |||||
* | started implementint a markdown-like syntax for content | Rafael G. Martins | 2015-05-04 | 1 | -0/+18 |