Update Ponder Questions and Answers to render Remarkup in Feed
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9825: Remarkup is rendered literally in Diviner
- Commits
- Restricted Diffusion Commit
rP505ae7e26189: Update Ponder for Remarkup in Feed
New Question, Edit Question, New Answer, Edit Answer, New Comment. See remarkup in Feed.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I think you still want/need getRemarkupBlocks(). Specifically, they make {F...} embeds (the files get attached properly) and @mentions and object references work properly. The rest of this looks good, I'm just pretty sure we want to keep those methods too.
A simple test case is to mention some T123 in a question/answer. Without these methods, I don't think it will generate a mention on T123. With these methods, it should.