Open rfdonnelly opened 8 years ago
So, I think this is expected: because Markdown allows you to mix in HTML markup, it expects any <foo>
tags to be valid HTML tags.
If you want to render a literal <
, you should use the <
HTML entity:
General options:
* `-d`, `--output-directory` <dir>:
Some text.
* `-j`, `--max-jobs` <jobs>:
More text.
Sorry about the inconvenience here, but it seems (to me) to be the only way to resolve the format specifications.
Failing input:(note use of
<dir>
)Failing output: "dir" and "Some text." is missing.