Remove bold from markdown code sections
See original GitHub issueHi!
I think bold looks bad in the rendered version of the long description. It appears in the code section for imports and numbers.
Thanks!
Describe the bug
bold looks bad, especially for numbers
Expected behavior
- do not use bold at all
Here is how github renders it:
Sample usage
>>> import moderngl
>>> ctx = moderngl.create_standalone_context()
>>> buf = ctx.buffer(b'Hello World!') # allocated on the GPU
>>> buf.read()
b'Hello World!'
For complete examples please visit the Examples.
Easy to use with Pillow and Numpy
>>> img = Image.open('texture.jpg')
>>> ctx.texture(img.size, 3, img.tobytes())
<Texture: 1>
>>> ctx.buffer(np.array([0.0, 0.0, 1.0, 1.0], dtype='f4'))
<Buffer: 1>
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Basic Syntax - Markdown Guide
To bold text, add two asterisks or underscores before and after a word or phrase. To bold the middle of a word for...
Read more >Remove bold from markdown code sections #3939 - GitHub
Hi! I think bold looks bad in the rendered version of the long description. It appears in the code section for imports and...
Read more >How to disable boldness for header in markdown?
@jonrsharpe basically, I want an h1 tag that's forced to be lightweight/unbold/whatever its called from within markdown.
Read more >Markdown: Guide for the simple markup language - IONOS
For bold text, use two asterisks – and if you want a text to be both bold and italicized, three asterisks are necessary....
Read more >How to combine bold and "code sample" in Markdown?
Markdown -only hack The basic idea is to apply bold/italic formatting to backtick-enclosed string (instead of applying within the backticks), then put the...
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 Free
Top 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
Nope!
Is there anything missing here after #4959 was merged? 🤔