You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,13 @@ HTML. If running `which rdoc` turns up empty, install RDoc by issuing:
122
122
$ sudo apt-get install rdoc
123
123
```
124
124
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
+
125
132
## Usage
126
133
127
134
There are a couple of ways to use YARD. The first is via command-line, and the
0 commit comments