Releases: hughbien/mark
Releases · hughbien/mark
v0.1.3
v0.1.2
Updated styles and --keep option
Changes in v0.1.1:
- the target file defaults to current directory now. This resolves the issue of images/assets not appearing when using relative paths
- to keep directories clean, the target file
.mark.html
is removed automatically after opening in the browser - use the
--keep
option if you want to keep the target file around - syntax highlighting has been added to the default template
- syntax highlighting is only added to fenced code blocks an explicitly set language
- updated the CSS to be a bit more modern
To install:
- install Crystal
- check out repo and run
make build
- binary will be at
bin/mark
v0.1.0
Initial release of mark!
Quickly preview markdown in your browser by running:
mark <file.md>
This renders file.md's markdown to HTML, writes to ~/.mark/index.html
, and opens it in a browser via the open ~/.mark/index.html
command.
See mark -h
for customizations.