Skip to content

Releases: accordproject/markdown-transform

Markdown Transform v0.5.0

17 Oct 19:57

Choose a tag to compare

Pre-release

🆕 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

09 Oct 21:43

Choose a tag to compare

Pre-release

This is a bug fix release:

🐛 Use the new logger from Concerto in the Markus Command Line

Markdown Transform v0.4.7

08 Oct 19:41

Choose a tag to compare

Pre-release

This is a maintenance and bug fix release:

  • 🚧 Switches to Concerto 0.81.1

Markdown Transform v0.4.6

06 Oct 20:39

Choose a tag to compare

Pre-release

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

06 Oct 15:56

Choose a tag to compare

0.4.5 Pre-release
Pre-release

🐛 Bug Fix

  • #55: Variables nodes in the Slate DOM have URI encoded values (@dselman)

Markdown Transform v0.4.4

05 Oct 13:49
b0996d0

Choose a tag to compare

Pre-release

🐛 Bug Fix

  • #53: Further work on variable and computed variable to use nested text nodes (@dselman @irmerk)

Markdown Transform v0.4.3

03 Oct 21:33

Choose a tag to compare

Pre-release

🐛 Bug Fix

  • #48: Variables and ComputedVariables are now inlines (@dselman @irmerk)

Markdown Transform v0.4.2

03 Oct 18:50

Choose a tag to compare

Pre-release

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

02 Oct 16:18

Choose a tag to compare

Pre-release

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 mdtransform to markus.
  • CLI now should properly install from npm with npm install -g @accordproject/markdown-cli (#29 fixed in #40 )

Transform packages

  • A new @accordproject/markdown-html package lets you convert from Markdown to HTML
  • The slate transform @accordproject/markdown-slate now handles full CiceroMark, not just CommonMark

Build

  • You can now build all the packages using npm run build in the top-level directory

Documentation

  • Each package now includes some documentation for the API and transforms

Markdown Transform v0.3.2

30 Sep 13:39

Choose a tag to compare

Pre-release

🏗 This is a dependency upgrade release, moving to the latest Concerto 0.80.3.