Skip to content

Releases: ynohat/mdtk

update to vega@5

31 Mar 12:34
Compare
Choose a tag to compare
update to vega@5 Pre-release
Pre-release

also update handlebars and lodash to fix security issues

add handlebar-helpers

31 Mar 12:34
Compare
Choose a tag to compare
add handlebar-helpers Pre-release
Pre-release
v0.17.0

0.17.0

support loading variables from shell environment files

12 May 20:41
Compare
Choose a tag to compare

Syntax:

mdtk --envfiles /etc/profile --envfiles .env

npm audit fix

12 May 20:40
Compare
Choose a tag to compare
npm audit fix Pre-release
Pre-release
v0.15.0

0.15.0

v0.14.0

03 Apr 22:24
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

add mdtk bootstrap command

v0.13.0

03 Apr 22:24
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

experimental support for video

enable background control on each slide (revealjs)

29 Mar 22:06
Compare
Choose a tag to compare

enable use of @section(data-background-*, xxx) atrule

  • fix background image resolution on section tags
  • assign path/line attr based on hr location

v0.12.0

29 Mar 22:05
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

let containers interrupt other block level elements

v0.11.0

29 Mar 22:04
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

don't require newline after opening and before closing container markup
don't disable hr in containers plugin

v0.10.3

29 Mar 22:03
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

hr chars should only be interspersed with spaces

Fixes syntax such as:

- *hello*: - world -

Where the three "-" were treated as an hr "---" despite being interspersed with non-whitespace characters.