aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/parser/htmlparser.go
AgeCommit message (Expand)Author
2019-04-09Refactor message parsing thingsTulir Asokan
2019-04-09Move stripLinebreak to a struct field in the HTML parserTulir Asokan
2019-04-09Fix non-syntax-highlighted code block newline renderingTulir Asokan
2019-04-07Improve handling of multiple linebreaksTulir Asokan
2019-04-07Move special list/blockquote prefixing to rendererTulir Asokan
2019-04-07Add syntax highlighting. Fixes #28Tulir Asokan
2019-04-07More changes to do #91Tulir Asokan
2019-04-07Initial changes to do #91Tulir Asokan
2019-03-26Change more thingsTulir Asokan
2019-01-23Update license and sort importsTulir Asokan
2018-11-14Fix named colors and remove HTML from plaintext body when sendingTulir Asokan
2018-11-14Fix thingsTulir Asokan
2018-09-05Update to latest gomatrix. Things are brokenTulir Asokan
2018-06-11Add font tag support and /rainbow commandTulir Asokan
2018-06-02GofmtTulir Asokan
2018-06-02Improve newlines in HTML parserTulir Asokan
2018-05-31Rewrite HTML parserTulir Asokan
2018-04-24Replace tabs with spaces so that they get renderedTulir Asokan
2018-04-18Fix nick coloringTulir Asokan
2018-04-18Add support for sending Markdown messagesTulir Asokan
2018-04-16Fix another nil pointer panic in the HTML parser (ref #20)Tulir Asokan
2018-04-14Fix typo in newline strippingTulir Asokan
2018-04-14Move message parsing to parser subpackageTulir Asokan