Commit Graph

96 Commits (82365d9fb09036775ef2aac639711dbbdabafed5)

Author SHA1 Message Date
Lee Hanken 82365d9fb0 reverse order of codeblock and table replacement to resolve issue converting codeblocks that have already been syntax highlighted 2022-12-03 11:58:54 +00:00
Lee Hanken 0f27a3a5e4 modify port in dockerfile 2022-12-02 14:44:32 +00:00
Lee Hanken c0d48a282c added dockerfile 2022-12-02 14:31:19 +00:00
Lee Hanken 990d1d3e71 process question and answers separately for stackoverflow 2022-11-22 22:12:45 +00:00
Lee Hanken faf75dc6fb another attempt at parsing code blocks better 2022-11-22 11:37:33 +00:00
Lee Hanken ca3226abf0 refetch stackoverflow rather than parsing supplied url 2022-11-05 02:58:50 +00:00
Lee Hanken 5be51ddb7e refetch stackoverflow rather than parsing supplied url 2022-11-05 02:49:07 +00:00
Lee Hanken f7e7f86700 added filter for stackoverflow to hide editor 2022-11-05 02:22:55 +00:00
Lee Hanken bbdc475460 added filter for stackoverflow to hide editor 2022-11-05 02:14:52 +00:00
Lee Hanken b595ddec2a added filter for stackoverflow to hide editor 2022-11-05 02:04:22 +00:00
Lee Hanken 3e7c7f5a83 added filter for stackoverflow to hide editor 2022-11-05 02:01:47 +00:00
Lee Hanken 39252b527f added filter for stackoverflow to hide editor 2022-11-05 01:52:35 +00:00
macsplit b73a9cef1b rollback code-block enhancement due to issues downstream with ToMarkdown 2022-05-13 17:47:42 +01:00
macsplit 4c66e91b73 revert space and newline 2022-05-13 13:18:21 +01:00
macsplit 2e9a6a2eee try space and newline in code block for proper wrapping when highlighted in highlight.js 2022-05-13 13:16:26 +01:00
macsplit 88bb51227b revert double newline in code blocks 2022-05-13 13:03:37 +01:00
macsplit 8ec740856d double newline in code blocks 2022-05-13 13:01:10 +01:00
macsplit 74a379e279 simplified regexp parsing code blocks 2022-05-13 11:23:40 +01:00
macsplit 0423569436 convert <BR> in code blocks to newline 2022-05-13 11:02:25 +01:00
macsplit 31005e81f1 revert last change as ineffective 2022-05-12 20:35:31 +01:00
macsplit 4c95f760c7 try outputting \r\n in codeblock to help resolve downstream issue in ToMarkdown 2022-05-12 20:33:31 +01:00
macsplit 15c455cd24 strip tags and decode entities in code blocks 2022-05-12 15:36:59 +01:00
macsplit 536bbea0ea parse code blocks 2022-05-12 15:09:43 +01:00
Lee Hanken 92b4790bd0 include period after number in ordered lists when parsing apple dev docs 2022-05-03 12:15:56 +01:00
Lee Hanken 801f7525c3 respect links flag in apple dev docs 2022-05-02 12:35:23 +01:00
Lee Hanken c8207aa737 handle inline code in apple dev doc 2022-05-02 12:29:41 +01:00
Lee Hanken b3e286a952 do not make identifier main title in apple dev doc markdown 2022-05-02 12:06:44 +01:00
Lee Hanken a438e92c59 respect inline title flag when parsing apple dev docs 2022-05-02 12:04:15 +01:00
Lee Hanken 0cbf5ad99c properly handle inline references in apple dev docs 2022-05-02 11:56:13 +01:00
Lee Hanken dd46072666 remove query string from apple dev doc urls 2022-05-02 02:39:43 +01:00
Lee Hanken 6be7fee1ad handle lists and references in apple dev docs 2022-05-02 02:32:36 +01:00
Lee Hanken 2ef1d7b784 parse json to render apple developer documentation 2022-05-02 01:47:43 +01:00
Lee Hanken 195afdd469 cleaned up handling of parameters 2022-04-08 11:16:54 +01:00
Lee Hanken cb6689e175 fix replacement of links 2022-04-03 11:37:46 +01:00
Lee Hanken 2aabfc3c20 amend global filters 2022-04-03 11:34:48 +01:00
Lee Hanken 8e353c60b9 reverting title length amendment 2022-04-02 22:16:43 +01:00
Lee Hanken e6730c0dda Merge branch 'main' of github.com:/macsplit/urltomarkdown 2022-04-02 22:14:22 +01:00
Lee Hanken 7179b875ae apply title width limit to all sites 2022-04-02 22:13:21 +01:00
Lee Hanken d7de116d6e apply title width limit to all sites 2022-04-02 21:35:30 +01:00
Lee Hanken fd6292cd88 fix multi word titles in wikipedia 2022-04-02 15:34:38 +01:00
Lee Hanken 62a73aeaad correct decision how to present table 2022-04-02 15:25:07 +01:00
Lee Hanken 877bd0d840 remove wikipedia edit this link 2022-04-02 14:26:44 +01:00
Lee Hanken 0910c5c18f correction to reg exp 2022-04-02 14:16:55 +01:00
Lee Hanken d13585197e remove italics on links 2022-04-02 14:06:27 +01:00
Lee Hanken 805bcb92a2 regexp syntax 2022-04-02 14:03:41 +01:00
Lee Hanken 8e996071d1 simplify references 2022-04-02 13:55:35 +01:00
Lee Hanken a5a144a92c match square brace references 2022-04-02 13:48:36 +01:00
Lee Hanken 4cab339c21 supress anchor links as well as http links 2022-04-02 13:40:42 +01:00
Lee Hanken 91044556da tweak conversion from wide table to indented list 2022-04-02 13:36:48 +01:00
Lee Hanken acd7b1b6c2 convert wide tables to indented lists, and limit width of underline beneath wikipedia titles 2022-04-02 13:24:07 +01:00