Handle Emphasis Indicators in Posts
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 186
- Avg merge
- 1d 36m
- Merged PRs (30d)
- 11
Description
**Is your feature request related to a problem? Please describe.**
UI feature request. I've noticed that other Mastodon clients (Trunks for example) are able to handle emphasis indicators when displaying posts, much in the same way Markdown does, adding specific symbols before and after an emphasized word or phrase. For example, using `*` or `_` symbols for italics and `**` or `__` symbols for bold.
**Describe the solution you'd like**
I would like Phanpy's interface to handle emphasis indicators, converting `I am *really* hungry` to "I am *really* hungry" and `It was **HUGE**` to "It was **HUGE**" when viewed in a post. The Markdown Basic Syntax guidelines on emphasis may be helpful. [https://www.markdownguide.org/basic-syntax/#emphasis](https://www.markdownguide.org/basic-syntax/#emphasis)
**Describe alternatives you've considered**
This seems like the most straightforward solution to adding emphasis in posts. No other alternatives have been considered.
**Additional context**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.