We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad0910 commit 81c9a76Copy full SHA for 81c9a76
lib/rdoc/rd/inline_parser.ry
@@ -60,7 +60,7 @@ class InlineParser
60
61
emphasis : EM_OPEN content EM_CLOSE {
62
content = val[1]
63
- result = inline "<em>#{content}</em>", content
+ result = inline "<em> #{content} </em>", content
64
}
65
;
66
0 commit comments