[DOC] Get rid of headings in list items

The current RDoc Markdown parser parses the list item starting
with `#` as a heading line.
This commit is contained in:
Nobuyoshi Nakada 2021-12-13 14:13:46 +09:00
parent 0ee127e5bb
commit ff029f25ca
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -197,8 +197,9 @@ Outstanding ones only.
* Method/UnboundMethod
* #public?, #private?, #protected? have been added to both
Method and UnboundMethod. [[Feature #11689]]
* Method#public?, Method#private?, Method#protected?,
UnboundMethod#public?, UnboundMethod#private?,
UnboundMethod#protected? have been added. [[Feature #11689]]
* Module