I have some code that I want to make bold in README.md file. The code is very important and want everyone who reads the README to read it without fail and look good too, by being in a box, at the same time with bold text as well.
But when I try this, only one thing is possible — either multi-line bold or multi-line code. I want it like this:
```
**....**
```
Please help me out with this.
This is not possible with any flavors of markdown to my knowledge either, however you can use inline markdown like this
**`Some text`**, which will render as Some text
instead of
Some text
However, this is probably not what you want. If you want to get someone's attention in the multi-line code block, perhaps just write a comment block above it like this:
# ------
# NOTICE: ...
# ------
if 1:
# ...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With