Releases: accordproject/markdown-transform
Markdown Transform v0.5.0
🆕 This is a new release with a new CLI (see accordproject/template-archive#425), upgrades to version 0.82 of Concerto, and an improved build process.
CLI
The new Command line interface provides support for generating markdown from a Document object model in the various supported formats.
markus <cmd> [args]
Commands:
markus parse parse and transform sample markdown
markus draft create markdown text from data
markus redraft parse a sample markdown and re-create it
Options:
--version Show version number [boolean]
--verbose, -v [default: false]
--help Show help [boolean]
Build
- 🧹 Upgrade the linter, linting rules
- 🚪 continuous testing for Windows platforms.
Markdown Transform v0.4.8
This is a bug fix release:
🐛 Use the new logger from Concerto in the Markus Command Line
Markdown Transform v0.4.7
This is a maintenance and bug fix release:
- 🚧 Switches to Concerto
0.81.1
Markdown Transform v0.4.6
This is a maintenance and bug fix release:
- 🚧 Switches to Concerto
0.81.0 - 🐛 Fixes issues with variables and clauses in HTML transform
0.4.5
Markdown Transform v0.4.4
Markdown Transform v0.4.3
Markdown Transform v0.4.2
This release adds HTML transform to the command line and includes bug fixes.
CLI
You can now transform from markdown to HTML. For instance:
$ markus parse --sample test/data/fixed.md --html
14:25:02 - info:
<html>
<body>
<h2>Fixed
rate
loan</h2>
<p>This is a <emph>fixed interest</emph> loan to the amount of 100000
at the yearly interest rate of 2.5%
with a loan term of 15,
and monthly payments of {{I'm not sure which amount right now}}</p>
</body>
</html>
Bug Fixes
- Headings do not get mushed into the previous block anymore when generating markdown (#45)
Markdown Transform v0.4.0
This is a major release, with new support for HTML transform, support for transform from CiceroMark to Slate, an improved API, and critical bug fixes.
CLI
- CLI has been renamed from
mdtransformtomarkus. - CLI now should properly install from npm with
npm install -g @accordproject/markdown-cli(#29 fixed in #40 )
Transform packages
- A new
@accordproject/markdown-htmlpackage lets you convert from Markdown to HTML - The slate transform
@accordproject/markdown-slatenow handles full CiceroMark, not just CommonMark
Build
- You can now build all the packages using
npm run buildin the top-level directory
Documentation
- Each package now includes some documentation for the API and transforms
Markdown Transform v0.3.2
🏗 This is a dependency upgrade release, moving to the latest Concerto 0.80.3.