Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

v0.8.0

Latest
Compare
Choose a tag to compare
@miry miry released this 27 Jul 19:34
· 2 commits to master since this release
v0.8.0
a79e152

Changed

  • Tags is an array instead of the list of words split with coma. (@miry)

Fixed

  • Overlapping style and link tags could produce an incredible Markdown.
    Because of WYSIWYG, plenty of hidden things that could destroy Markdown.
    Introduce a workaround to have swap places last space and closing elements.
    Ignore links without anchor text.
    There are still more possibilities to break Markdown. (#59, @miry)

Full Changelog: v0.7.0...v0.8.0

Install

MacOS

$ brew tap miry/medup
$ brew install medup
$ medup --help
$ medup -u <user>
$ medup -p <publisher>
$ medup --platform=devto -u <user>

Docker

$ docker run --rm -v <path to local articles folder>:/posts -it miry/medup:0.8.0 -u <user> -v7