Ionaru / Ionaru/easy-markdown-editor
Is it possible to NOT apply the formatting to the markdown symbols in the editor?
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 363
- PR merge metrics
- No merged PRs in 30d
Description
eg. \~\~strike through\~\~ would not apply the strike to the ~~ as it obscures the symbols somewhat.
Ideally, the same would apply \*\*bold\*\* would only bold the word and not the asterisks and \_italic\_ would only italicise the word italic.
(obviously, the symbols aren't shown in the preview so it is only the editor, which has partial WYSIWYG, I am talking about).
Contributor guide
Research direction
No file, test, or entry point is named. Start by locating the editor's partial WYSIWYG formatting logic and its tests, then verify that Markdown markers remain unformatted in the editor while the enclosed text is formatted, without changing the preview output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100