Skip to content

v0.5.4

Compare
Choose a tag to compare
@mdbenito mdbenito released this 23 Jul 21:24
· 53 commits to master since this release

New features

  • Automatic export on buffer save (#13). Supports relative and absolute paths, saved as aux data.
  • HTML export of tables (#3)
  • Started texmacs debug console, useful for Windows.
  • Updated documentation, readme and tests

Bug fixes

  • #28: spurious new lines in equations.
  • #26: add missing srfi-19 module, selective imports
  • #25: avoid breaking a line if md special chars at the start
  • #27: shortcodes should not be exported in frontmatter
  • #29: don't escape md chars inside code or code fences
  • #30: escape special chars in math
  • Fixed escaping of yaml strings