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 d829028 commit e6bdb61Copy full SHA for e6bdb61
1 file changed
tools/doc/html.js
@@ -110,7 +110,7 @@ function render(lexed, filename, template, cb) {
110
// for example, link man page references to the actual page
111
function parseText(lexed) {
112
lexed.forEach(function(tok) {
113
- if (tok.text) {
+ if (tok.text && tok.type !== 'code') {
114
tok.text = linkManPages(tok.text);
115
}
116
});
0 commit comments