Page MenuHomePhabricator

Make hashtags at the end of bolded text render properly
ClosedPublic

Authored by epriestley on Jan 12 2016, 5:29 PM.
Tags
None
Referenced Files
F14040651: D15006.id36250.diff
Mon, Nov 11, 12:05 PM
F14037438: D15006.diff
Sun, Nov 10, 3:57 PM
F14018802: D15006.diff
Tue, Nov 5, 7:40 PM
F13999132: D15006.diff
Thu, Oct 24, 1:01 PM
F13993066: D15006.id.diff
Tue, Oct 22, 8:27 PM
F13977128: D15006.diff
Oct 18 2024, 5:15 PM
F13970641: D15006.id36249.diff
Oct 17 2024, 8:57 AM
F13956095: D15006.diff
Oct 14 2024, 4:10 AM
Subscribers
None

Details

Summary

Fixes T10096. The ** was being parsed as part of the hashtag, so **#asdf** interpreted #asdf** as a hashtag.

Test Plan

Unit test; bolded stuff with hashy contents.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley updated this revision to Diff 36249.
epriestley retitled this revision from to Make hashtags at the end of bolded text render properly.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
  • Smaller patch.
src/applications/project/remarkup/ProjectRemarkupRule.php
35

These are for **bold**, //italics// and ~~strikethru~~.

chad edited edge metadata.
This revision is now accepted and ready to land.Jan 12 2016, 5:48 PM
This revision was automatically updated to reflect the committed changes.