microsoft / microsoft/AdaptiveCards
[Authoring] Apply code styling to single backtick values in markdown
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Target Application
Cisco WebEX
Problem Description
Using markdown with backticks does not change the style of text inside of the backticks. The ask is not for language-specific syntax highlighting but act more like GitHub where single backtick entries show up as code and triple backticks indicate code blocks.
Expected Outcome
Markdown text inside of single of block backticks show up as code style and triple backticks show up as
code blocks
Actual Outcome
The text shows up with the backticks surrounding it
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
No implementation file or test is named. Start by locating the Adaptive Cards markdown rendering entry point and reproduce the Cisco WebEX example with single and triple backticks. Done means single backticks render inline code styling, triple backticks render code blocks, and the backticks are not shown around the rendered text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100