Skip to content

Markdown fixes and tests!

Choose a tag to compare

@kyle-n kyle-n released this 30 Nov 21:52
· 24 commits to main since this release

User-facing features

Markdown preset

  • Adds highlighting for tagged links
[link name][df]

[df]: https://daringfireball.net/
  • Adds highlighting for footnotes
This is a footnote[^1].

[1]: Yep.
  • Adds highlighting for HTML tags
Regular markdown here. 

<aside>Other HTML content here.</aside>

Infrastructure

Adds a test project, Essayist, with a suite of unit and e2e tests. This is only for me but I am very excited to not pull out my iPad and run a test project every time something changes.

As far as I can tell, test code is not included in any app that uses HighlightedTextEditor. Build sizes on Archive are the same with and without the test folder.