rdd
Version:
Preview your Markdown locally as it would appear on GitHub, with live updating
62 lines (35 loc) • 1.03 kB
Markdown
# Changelog
## 3.2.0
- Automatically redirect `/` to `/README.md` if `./README.md` exists
## 3.1.0
- Allow spaces in the file name
## 3.0.0
- Split to commands `format`, `serve`, `toc`
- Add a `--dark` flag to support dark mode
## 2.0.0
- Modernise syntax
- Use `yargs` instead of `nopt`
- Use `sirv` instead of `ecstatic`
- Set `.innerHTML` instead of leveraging `morphdom`
- Support automatically rendering a table of contents in the page
- Add a `--toc` flag to allow “committing” the table of contents to the original Markdown document
## 1.0.0
- First stable release
## 0.6.0
- Minor refactor
- Resolve the port more intelligently
## 0.5.0
- Omit the `id` attribute from headers
## 0.4.1
- Add `standard`
- Bump dependencies
## 0.4.0
- Add support for [GitHub emojis](https://github.com/muan/emojilib)
## 0.3.0
- Major rewrite
## 0.2.0
- Make the `-o` flag a boolean; opens the page in the default web browser
## 0.1.1
- Add a border around the rendered page
## 0.1.0
- First stable release