24 Commits (master)

Author SHA1 Message Date
Ted Unangst a7dbec14c4 move hashtag to mz module
4 years ago
Ted Unangst 1ec15a4738 move markdown to another module
4 years ago
Ted Unangst f0814d4781 pull in updates from flak
4 years ago
Ted Unangst 8a7ea425e9 ## headers for markdown
4 years ago
Ted Unangst 38348b1533 fix some bugs involving multiple code blocks
4 years ago
Ted Unangst 942025be9b microoptimization to avoid the more expensive regex
4 years ago
Ted Unangst 2b211ca480 prettier html
4 years ago
Ted Unangst 6235bab4a0 tables are prettier with alignment
4 years ago
Ted Unangst 676d34ecd9 add basic support for tables
4 years ago
Ted Unangst 2668c04b8e revert for now, this is probably not the slow point for anything
4 years ago
Ted Unangst 95dfba8d14 a faster version of markitzero, though i'm uncertain it's worth it
4 years ago
Ted Unangst cad5dc4387 auto fixup twitter citations
5 years ago
Ted Unangst fc7c504e02 add cite tag for block quote attributions
5 years ago
Ted Unangst 74a0f3537d basic hr support
5 years ago
Ted Unangst d31cc36a75 add lists support to markdown
5 years ago
Ted Unangst 9594c5be2a hackish, but yet more effective, means of getting class=mention on all links
5 years ago
Ted Unangst b69665f6a5 try more aggresive bold matching and hope it doesn't break
5 years ago
Ted Unangst c7ffa6ddda reorder link matching to not eat other tags
5 years ago
Ted Unangst bd5183c44f support inline imgs in markdown
5 years ago
Ted Unangst f704326849 a few more autolink edge cases
5 years ago
Ted Unangst b32b7b9dcc syntax highlighting because why not. go code or go home.
5 years ago
Ted Unangst d1473997ce add [link](url) support to markdown
5 years ago
Ted Unangst a0b6756206 html escape summary fields
5 years ago
Ted Unangst c1a6908801 better markdown linebreaks (and add the file, doh)
5 years ago