README.md in yard-markdown-0.1.2 vs README.md in yard-markdown-0.2.0
- old
+ new
@@ -12,10 +12,10 @@
```
gem 'yard-markdown'
```
And run `bundle install`
-Run yardoc with `--format=markdown` parameter.
+Run yardoc with `--format=markdown --plugin=markdown` parameters.
## Backstory
Successor to rdoc-mardown gem that was authored by me. So there is a lot of similarities between two - [example](https://github.com/skatkov/rdoc-markdown/tree/main/example).
This gem is used by documentation reviewing tool called [POSH TUI](https://poshtui.com)