Skip to content

Releases: texmacs/markdown

v0.6.3

24 Oct 14:45
57c881e
Compare
Choose a tag to compare

What's Changed

  • New tag: <specific|markdown|...> in #47
  • Fix <hugo-short>, add doc and licence in #48

Full Changelog: v0.6.2...v0.6.3

v0.6.2

28 Dec 10:00
Compare
Choose a tag to compare

Bug fixes

  • #40 : Allow for nested explain-macro
  • #42 : Escape markdown special chars inside inline math at line start
  • Don't fail if concats begin with markup of null arity.

New features

  • Handle all paragraph markup
  • Some tests and docs

v0.6.1

15 Aug 09:22
Compare
Choose a tag to compare

This release fixes a regression for citations introduced in v0.6.0

v0.6.0

12 Aug 18:51
Compare
Choose a tag to compare

Bug fixes

  • #9 Redo messy and crappy figure implementation.
  • #35 html class for figures
  • #38 Tables
  • #32 rendering of algorithms
  • #31 Un-styled environments
  • Fix headless conversion of html tables

New features

  • All (?) standard figure environments
  • Algorithms, specified algorithms

v0.5.4

23 Jul 21:24
Compare
Choose a tag to compare

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

v0.5.3

19 Jul 18:30
Compare
Choose a tag to compare

New features

  • yaml dictionary support in hugo-front
  • Styled environments (with em)
  • Selection of alternative images for figures (e.g. SVG vs EPS) (manually, with a tag, for now)
  • Equation labels are styled with CSS
  • Added basic CSS file

Bugfixes

  • Missing named algorithms
  • Recursive escaping of underscores in math
  • Don't apply styles to empty lines or equations
  • Styles in nested itemize.
  • Latex output justified to same width
  • Better export of latex tags for equation arrays
  • Bools in yaml
  • (Regression) parse hlink argument

Other stuff

  • Better tests
  • Copying the md-stree from the menu

Styles, lists, references and many fixes

17 Jul 09:02
Compare
Choose a tag to compare
  • Syles for 'document content: multi-paragraph, lists, etc.
  • Fixes to nested lists, quotations
  • Export smart-ref
  • Fix localizations
  • More tests
  • Many smaller fixes (escape special chars, sanitize labels, problems with tmfigure, ...)

Bugfix

21 May 18:45
Compare
Choose a tag to compare

Fixes for figures after a hasty release.

Marginal figures

21 May 16:51
Compare
Choose a tag to compare
  • Support for marginal figures, as defined in the soon-to-be-released transferlab / tufte style.
  • Improved counters support unnumbered sections
  • New option to output section numbers in headers
  • A few bug fixes

More markup, hugo partials, and tests

15 May 20:49
Compare
Choose a tag to compare
  • Included hugo shortcode tmfigure (supports arbitrary markup in captions)
  • Included hugo shortcodes and partials for citations and references.
  • Support for (more) tmdoc markup
  • Support for (more or less) arbitrary figures (e.g. for custom ones if in the right group)
  • Improved tests
  • Don't fail if date format is unknown