1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 01:14:51 +09:00
vervis/templates/ticket
fr33domlover d8d2d160a0 Render ticket description as Markdown
At the beginning the rendering was invalid because it parsed the entire
content as a single line. For some reason, when I read the ticket
description from the DB, all newlines are returned as CRLF. I don't know
why yet or whether it can or should be changed, but as a quick fix, I
made the handler function filter out the CRs from the text. Then the
rendering is correct.

This matches the documentation of Pandoc, which mentions the readers
assume newlines are encoded as LF.
2016-05-02 21:20:25 +00:00
..
edit.hamlet Remove titles from all pages, the breadcrumb already shows them 2016-05-02 14:30:15 +00:00
list.hamlet Remove titles from all pages, the breadcrumb already shows them 2016-05-02 14:30:15 +00:00
new.hamlet Remove titles from all pages, the breadcrumb already shows them 2016-05-02 14:30:15 +00:00
one.hamlet Render ticket description as Markdown 2016-05-02 21:20:25 +00:00