-
Notifications
You must be signed in to change notification settings - Fork 210
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
html support? #344
Comments
Yeah, you need to turn to /**
* This is the <b>MyClass</b> class.
*
* @class MyClass
*/ This might be construed as a regression, so maybe we should change to |
I don't know much about the old behavior, but I think if it's a regression, maybe two further options should also be taken into account:
|
Thanks! We've used But I'm not sure that we should set to |
As far as I can see I'm fine with both… |
IMO, |
It turns to `true` the `html` and `linkify` options of `markdown-it`. This is more similar behavior with the previous Markdown parser. Fixes yui#344.
Published |
Don't know if this change was on purpose, but since #321 yuidoc autoescapes html tags.
That is because the
html
option of markdown-it defaults tofalse
, which can be easily fixed in a configfile:The text was updated successfully, but these errors were encountered: