kts
|
ddd1e8bd63
|
Forgot to commit stuff ages past.
|
2015-03-21 04:41:29 -07:00 |
kts
|
72761033d0
|
Added some shady media tag processing. Anchor style, [[my_anchor]] can have [[image:my_image.png]], [[audio:...]], [[video:...]], [[youtube:...]], and [[vimeo:...]]. For the HTML converter, this creates img, audio, video, and iframes respectively. I should add an .href modify that encases the given tags in an anchor. Additionally, elements should likely have a default modifier where you are not required to explicitly mark the formatter. Example: [[my_anchor]].href(url) could just be [[my_anchor]](url).
|
2014-12-16 16:00:21 -08:00 |
kts
|
275ec64dd1
|
Small header check now must be at beginning of string without any spaces. Match text now surrounded by \Q and \E so the match is not read as regex. Lightly modified documentation
|
2014-11-28 16:04:40 -08:00 |
kts
|
9bc47652d7
|
Paragraphs now generate conversion breaks. This is nice.
|
2014-11-28 07:15:27 -08:00 |
kts
|
4a6d614d3c
|
Headers may now have automatic numbering if header.numbering is set.
|
2014-11-28 05:21:24 -08:00 |
kts
|
7a7d79b57d
|
Initial commit of kettext. Contains mostly complete implementation of kettext.
|
2014-11-27 16:05:50 -08:00 |