aboutsummaryrefslogtreecommitdiffstats
path: root/src/content-parser.h
Commit message (Collapse)AuthorAgeFilesLines
* content-parser: extract post description from contentRafael G. Martins2016-04-201-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. Martins2016-01-221-0/+1
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* content-parser: added id attributes to headersRafael G. Martins2015-10-121-0/+1
| | | | the id is a slugified version of the (unparsed) header content.
* content-parser: implemented multiline support for listsRafael G. Martins2015-08-131-0/+2
|
* removed some uneeded includesRafael G. Martins2015-07-051-1/+0
|
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-131-1/+1
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* content-parser: more random stuffRafael G. Martins2015-05-071-2/+1
|
* content-parsed: started inline parserRafael G. Martins2015-05-061-0/+1
|
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-041-0/+18