README.md in mdoc-0.0.7 vs README.md in mdoc-0.0.8

- old
+ new

@@ -37,12 +37,12 @@ ## Markdown with Meta Information The default source file format is markdown[^1]. Mdoc convert it into a document class `Mdoc::Document::Kramdown`, with supports all extensions from Kramdown[^2]. -[^1]: Wikipedia: http://en.wikipedia.org/wiki/Markdown -[^2]: Kramdown Syntax: http://kramdown.rubyforge.org/quickref.html +[^1]: Wikipedia: ->http://en.wikipedia.org/wiki/Markdown +[^2]: Kramdown Syntax: ->http://kramdown.rubyforge.org/quickref.html Additionally, you can put meta informations in the begin of your source file, in two different format: 1. pandoc like three line header (max 3 lines) @@ -75,9 +75,10 @@ The following processors are enabled by default: - `add_toc`: Add `table of contents` field in the contents body; - `add_title`: Add a `meta.title` as a first level header in the contents body; - `smart_code_block`: delete extra heading/trailing blank lines in code blocks; +- `expand_link`: expand `->http ...` to `[http ... ](http ...)` (add hyper link); You can disable some of the processors by: mdoc -z add_toc,smart_code_block readme.md