Releases: texmacs/markdown
Releases · texmacs/markdown
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.4
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
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
- 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
Marginal figures
- 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
- 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