summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 askonomm/20-link-detection-fails-when-theres-a-ap...Asko Nõmm
2022-04-24Fix for link detection failing with an apostropheAsko Nõmm
2022-04-24Merge pull request #19 from askonomm/18-atx-heading-block-corrector-should-ch...Asko Nõmm
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
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
2022-04-15Update project.cljAsko Nõmm
2022-04-15Merge pull request #15 from askonomm/fix-issue-14-and-issue-13Asko Nõmm
2022-04-15Implement Markdown correction mechanismAsko Nõmm
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
2022-04-10Re #4: Add full test coverage for quote blocks.Asko Nomm
2022-04-10Fix #9: Underscores in links get rendered intoAsko Nomm
2022-04-09Fix #8: Links break textual checkboxesAsko Nomm
2022-04-09Add full test coverage for strikethrough text (re #4)Asko Nomm
2022-04-09Add full test coverage for horizontal line block (re #4)Asko Nomm
2022-04-09Add full test coverage for inline code (re #4)Asko Nomm
2022-04-09Add full test coverage for code blocks (re #4)Asko Nomm
2022-04-09Support settext headings (closes #6)Asko Nomm
2022-04-07Nitpicking.Asko Nomm
2022-04-07Add test for bold text inside a block of italic text. (re #5)Asko Nomm
2022-04-07Add core test dataAsko Nomm
2022-04-07Fix testsAsko Nomm
2022-04-07Add test workflow.Asko Nomm
2022-04-07Add ability to create bold-italic text by using three consecutive asterisk or...Asko Nomm
2022-04-07Add core overall test and fix code block ending being broken.Asko Nomm
2022-04-07Add tests for italic text, and support using `*` for italic text creation as ...Asko Nomm
2022-04-07Add tests for bold text, and support using `__` for bold text creation as wel...Asko Nomm
2022-04-06Make the list block matcher even more specific in regard to unordered lists.Asko Nomm
2022-04-06Bump version.Asko Nomm
2022-04-06Fix #3Asko Nomm
2022-04-06Update READMEAsko Nomm