Commit Graph

17 Commits

Author SHA1 Message Date
Drikus Roor 7367370f34 Fix enlighter rule selector 2024-02-22 11:57:43 -05:00
Drikus Roor 57109198df Add support for enlighter code blocks 2024-02-22 11:57:27 -05:00
Russell Bryant de842e51d9 Convert preformatted blocks
My wordpress blog had a lot of <pre> sections. The conversion to
markdown ignored those. This change did what I wanted, which was to
turn all of these into markdown code blocks. In my case, there was no
language set on any of my sections to carry over into markdown, so
that isn't handled at all.
2024-02-22 11:55:12 -05:00
Will Boyd 53523321ed Only preserve <figure> when contains <figcaption> 2024-02-21 17:38:28 -05:00
Will Boyd b1625f7700 Double newlines between all the things 2024-02-21 15:24:07 -05:00
Will Boyd 06ee39c545 preserve <figure> and <figcaption> 2024-02-21 14:24:40 -05:00
Will Boyd bcc0c5ce3e Remove iframe non-empty hack (fixed in turndown) 2024-02-21 13:33:16 -05:00
Will Boyd 6fcdb82b90 get in there, semicolon 2024-02-21 10:31:26 -05:00
Will Boyd 8c0c6b3f2a Preserve more separator HTML comment 2024-02-21 10:20:57 -05:00
Will Boyd 828230dedd Documentation and output for custom post types 2020-12-27 14:05:48 -05:00
Will Boyd 86d793071d Convert tables to markdown 2020-12-22 13:18:49 -05:00
Will Boyd 4c49e93da4 Added linting, minor code tweaks, removed getCommand() 2020-01-19 11:42:17 -05:00
Will Boyd 579b34bb41 All about that wizard 2020-01-12 09:03:32 -05:00
Will Boyd a7b1f4c634 Some console logs for stats 2019-12-19 13:17:43 -05:00
Will Boyd dad90796e2 Refactor image scraping/saving 2019-12-19 12:35:33 -05:00
Will Boyd b3bd05211e Trim everything 2019-12-18 16:36:43 -05:00
Will Boyd f4ae769f13 Split out code for writer and translator 2019-12-17 13:52:09 -05:00