-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown table rendering does not respect escaping of |
#144
Comments
This is marked bug, I think you should report a issue to marked repo. |
Right wasn't sure if it was the markdown parser / renderer issue or docsify. There is already an [issue for this bug[(https://github.com/markedjs/marked/issues/595). Although marked doesn't seem to be maintained according to issue (724)[https://github.com/markedjs/marked/issues/724]. Others are suggesting using markdown-it. A workaround is to use |
|
Hello, like I mentioned before I generate jsdoc to markdown. A standard way to specify multiple types allowed for a parameter is something like
which gets converted into markdown table like so:
This is valid markdown and renders correctly:
String
|Array
With docsify it gets rendered as pictured:
The escaping
\|
is not respected it seems.I'll try and dig into this some more.
The text was updated successfully, but these errors were encountered: