Fixes T10096. The ** was being parsed as part of the hashtag, so **#asdf** interpreted #asdf** as a hashtag.
Details
Details
- Reviewers
chad - Maniphest Tasks
- T10096: Incorrect remarkup rendering of bold text, that contains hashtag (#)
- Commits
- Restricted Diffusion Commit
rPd57c1d6ce2f5: Make hashtags at the end of bolded text render properly
Unit test; bolded stuff with hashy contents.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- Smaller patch.
src/applications/project/remarkup/ProjectRemarkupRule.php | ||
---|---|---|
35 | These are for **bold**, //italics// and ~~strikethru~~. |