dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Unmatched backticks on a single line should be output as is #155

Closed s-ludwig closed 7 years ago

s-ludwig commented 7 years ago

Instead of rendering the rest of the line as inline code, single backtick characters should just be output as-is, as implied by the spec.

CyberShadow commented 7 years ago

For dlang.org we would probably prefer maximum strictness, though; a $(BACKTICK) isn't that much of an issue in cases where it's needed. I guess that could be done by a separate tool, like DScanner.