Commit Graph

23 Commits

Author SHA1 Message Date
Ted Unangst 1ec15a4738 move markdown to another module 2020-07-20 22:34:11 -04:00
Ted Unangst f0814d4781 pull in updates from flak 2020-05-26 01:42:34 -04:00
Ted Unangst 8a7ea425e9 ## headers for markdown 2020-05-23 19:58:06 -04:00
Ted Unangst 38348b1533 fix some bugs involving multiple code blocks 2020-03-28 22:49:34 -04:00
Ted Unangst 942025be9b microoptimization to avoid the more expensive regex 2020-01-25 19:11:58 -05:00
Ted Unangst 2b211ca480 prettier html 2020-01-25 19:06:03 -05:00
Ted Unangst 6235bab4a0 tables are prettier with alignment 2020-01-24 03:22:13 -05:00
Ted Unangst 676d34ecd9 add basic support for tables 2020-01-01 17:45:06 -05:00
Ted Unangst 2668c04b8e revert for now, this is probably not the slow point for anything 2019-12-02 02:48:12 -05:00
Ted Unangst 95dfba8d14 a faster version of markitzero, though i'm uncertain it's worth it 2019-12-02 02:44:24 -05:00
Ted Unangst cad5dc4387 auto fixup twitter citations 2019-11-24 22:54:55 -05:00
Ted Unangst fc7c504e02 add cite tag for block quote attributions 2019-11-23 18:24:09 -05:00
Ted Unangst 74a0f3537d basic hr support 2019-11-12 15:04:19 -05:00
Ted Unangst d31cc36a75 add lists support to markdown 2019-11-12 14:45:39 -05:00
Ted Unangst 9594c5be2a hackish, but yet more effective, means of getting class=mention on all links 2019-10-28 16:05:18 -04:00
Ted Unangst b69665f6a5 try more aggresive bold matching and hope it doesn't break 2019-10-25 00:27:00 -04:00
Ted Unangst c7ffa6ddda reorder link matching to not eat other tags 2019-10-24 23:38:36 -04:00
Ted Unangst bd5183c44f support inline imgs in markdown 2019-10-22 00:16:28 -04:00
Ted Unangst f704326849 a few more autolink edge cases 2019-10-21 23:43:15 -04:00
Ted Unangst b32b7b9dcc syntax highlighting because why not. go code or go home. 2019-10-10 00:40:29 -04:00
Ted Unangst d1473997ce add [link](url) support to markdown 2019-10-09 14:03:16 -04:00
Ted Unangst a0b6756206 html escape summary fields 2019-10-06 15:23:42 -04:00
Ted Unangst c1a6908801 better markdown linebreaks (and add the file, doh) 2019-10-06 15:14:18 -04:00