Skip to content

Commit 54159e0

Browse files
authored
Merge pull request #1544 from jjb/patch-1
documentation about markdown providers
2 parents e833aac + d29ce25 commit 54159e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ HTML. If running `which rdoc` turns up empty, install RDoc by issuing:
122122
$ sudo apt-get install rdoc
123123
```
124124

125+
### Markdown parser
126+
127+
When rendering markdown, yard will use one of several possible markdown providers,
128+
[in order of priority](https://github.com/lsegal/yard/blob/e833aac7a01510245dd4ae1d1d18b046c8293c2d/lib/yard/templates/helpers/markup_helper.rb#L26-L33).
129+
If you are experiencing rendering bugs (example [1](https://github.com/lsegal/yard/issues/1410) [2](https://github.com/lsegal/yard/issues/1543)), try adding one of the
130+
gems further up in the list to your Gemfile.
131+
125132
## Usage
126133

127134
There are a couple of ways to use YARD. The first is via command-line, and the

0 commit comments

Comments
 (0)