How to configure a rounded shape with colored background for each word when using markdown for `<code>` syntax
See original GitHub issue- Markwon version: 4.5.1
- Please specify expected/actual behavior
In current v4.5.1 we can’t find SpannableTheme
anymore.
We want to style the code similar to this library: https://github.com/kingideayou/MarkwonCodeEx
- Please specify conditions/steps to reproduce (layout, code, markdown used, etc)
Nothing, it’s a feature request (or maybe any equivalent approach in the v4.5.1 that we can’t find in documentation)
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Basic Syntax - Markdown Guide
Use `code` in your Markdown file. Code Blocks. To create code blocks, indent every line of the block by at least four spaces...
Read more >9.6 Custom blocks (*) | R Markdown Cookbook - Bookdown
The box has a black background with an orange frame with rounded corners. The text in the box is in white. For HTML...
Read more >Markdown syntax for wikis - Azure DevOps | Microsoft Learn
Learn how to share information and add tables & mathematical notation using Markdown within wikis.
Read more >Markdown for Jupyter notebooks cheatsheet - IBM
Here's how to format Markdown cells in Jupyter notebooks: Headings: Use the number sign (#) followed by a blank space for notebook titles...
Read more >How to get colored background in word wih R Markdown?
My team wants to highlight a certain word by using a yellow ... You could set the background color via Borders -> Shadings...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello @adesamp ,
of cause I do -
MarkwonTheme
The rounded background functionality comes from a custom TextView implementation that you can find in the
MarkwonCodeEx