MacDownApp / MacDownApp/macdown
Support for Pandoc style inline code syntax highlighting
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Rich Text Format
- Stars
- 9.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Pandoc supports highlighting for inline code blocks:
This is should be Redcarpet.new("Hello World!"){.js} highlighted.
Supporting this feature would be awesome.
http://stackoverflow.com/questions/23226224/inline-code-syntax-highlighting-in-github-markdown
http://pandoc.org/MANUAL.html#verbatim
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the Pandoc verbatim documentation and the linked Stack Overflow example first. Define support for the shown Redcarpet.new("Hello World!"){.js} inline syntax, then verify that the example renders with JavaScript highlighting in MacDown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- content, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100