summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-12Bump versionAsko Nõmm
2024-10-12Update READMEAsko Nõmm
2024-10-12Merge pull request #34 from jeisses/masterAsko Nõmm
Support rendering of images with an empty alt
2024-10-12Support rendering of images with an empty altJesse Eisses
2022-05-28Update README.mdAsko Nõmm
2022-05-15Merge pull request #33 from ↵Asko Nõmm
askonomm/32-overwrite-parsers-and-correctors-via-a-config-map-instead Use a config map instead to overwrite parsers and correctors.
2022-05-15Use a config map instead to overwrite parsers and correctors.Asko Nõmm
2022-05-12Merge pull request #31 from askonomm/7-support-indented-code-blocksAsko Nõmm
Implement indented code blocks.
2022-05-12Add testsAsko Nõmm
2022-05-11Implement indented code blocks.Asko Nõmm
2022-05-11Merge pull request #30 from ↵Asko Nõmm
askonomm/29-add-id-attributes-to-headings-based-on-value-to-enable-linking-to-a-heading Add `id` attributes to headings based on value.
2022-05-11Add `id` attributes to headings based on value.Asko Nõmm
2022-05-08Naming improvements, code block matcher testAsko Nõmm
2022-05-01Merge pull request #28 from askonomm/27-implement-list-block-newline-correctorsAsko Nõmm
Implement newline corrector for list block.
2022-05-01Implement newline corrector for list block.Asko Nõmm
2022-04-30Bump versionAsko Nõmm
2022-04-30Merge pull request #26 from askonomm/issue-24Asko Nõmm
Allow an ATX heading block to precede with up to 3 spaces
2022-04-30Allow an ATX heading block to precede with up to 3 spacesAsko Nõmm
2022-04-30Merge pull request #25 from askonomm/issue-22Asko Nõmm
Improve ATX heading blocks
2022-04-30Close #22, Close #23Asko Nõmm
2022-04-30Use ATX matcher to identify blockAsko Nõmm
2022-04-25Improve namingAsko Nõmm
2022-04-25Bump dev versionAsko Nõmm
2022-04-25Update README.mdAsko Nõmm
2022-04-24Merge pull request #21 from ↵Asko Nõmm
askonomm/20-link-detection-fails-when-theres-a-apostrophe-in-the-label Fix for link detection failing with an apostrophe
2022-04-24Fix for link detection failing with an apostropheAsko Nõmm
2022-04-24Merge pull request #19 from ↵Asko Nõmm
askonomm/18-atx-heading-block-corrector-should-check-for-code-block-presence Do not correct ATX heading block when in code block
2022-04-24Do not correct when in code blockAsko Nõmm
2022-04-23Update tests.ymlAsko Nõmm
2022-04-23Merge pull request #17 from askonomm/16-improve-architectureAsko Nõmm
Improve architecture
2022-04-23Add docstringsAsko Nõmm
2022-04-23Kaocha updatesAsko Nõmm
2022-04-23Improve list block rendererAsko Nõmm
2022-04-23No need for `let` hereAsko Nõmm
2022-04-22Implement tests for correctorsAsko Nõmm
2022-04-22Implement KaochaAsko Nõmm
2022-04-22Remove parent info from child itemsAsko Nõmm
2022-04-22Make code more narrowAsko Nõmm
2022-04-21Send correctors to each render as wellAsko Nõmm
2022-04-21Use "default" prefix for theseAsko Nõmm
2022-04-19WIP #16Asko Nõmm
Pretty much done. Needs more testing. And new documentation.
2022-04-15Update project.cljAsko Nõmm
Bump version
2022-04-15Merge pull request #15 from askonomm/fix-issue-14-and-issue-13Asko Nõmm
Implement Markdown correction mechanism
2022-04-15Implement Markdown correction mechanismAsko Nõmm
This fixes the issue for ATX headings and code blocks where if there were no empty lines below and above of them it couldn't correctly identify those blocks as what they were. There's now a Markdown correction function where we can add more of these corrections in the future, making the whole thing a lot easier.
2022-04-11Bump versionAsko Nomm
2022-04-11Fix #12: Links where the label has dashes (`-`) do not get parsedAsko Nomm
2022-04-10Bump versionAsko Nomm
2022-04-10Close #11: Support dash unordered listsAsko Nomm
2022-04-10Close #10: Support triple-dash horizontal linesAsko Nomm
2022-04-10Re #4: Add full test coverage for empty blocks.Asko Nomm