- Commit
- 06156fd9194806ab98889e5ef3a309bb7075b02c
- Parent
- fe58a9295d44bd58bb4e48e449eb56c070e099d8
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Update emphasis parsing for spec change.
Strong now goes inside Emph rather than the reverse,
when both scopes are possible.
The code is much simpler.
This also avoids a spec inconsistency that cmark had previously:
`***hi***` became Strong (Emph "hi")) but
`***hi****` became Emph (Strong "hi")) "*"