-
Notifications
You must be signed in to change notification settings - Fork 46
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
Capture type of Emphasis/Strong in AST #214
Comments
Actually we supported this before and I removed it because I thought it was not useful. But I'm planning to put it back since it turns out it is useful for a number of things. |
@jfrolich On further thought could you say a few words on what use-case you have in mind for this? |
For compilation to ocamldoc which has 3 emphasis/strong/bold styles. |
You mean |
Yes. I figured we could stay in the markdown spec and still support these differences. |
I see. I am a bit reticent to adding an extra field to the AST that will be ignored most of time... On the other hand, this may come in handy for the hypothetical markdown backend, so it may be worth it after all... I will give it a shot, but am not fully convinced yet :) |
Star
orUnderscore
. This allows parsers to treat them slightly different.The text was updated successfully, but these errors were encountered: