question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove bold from markdown code sections

See original GitHub issue

Hi!

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

image

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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dicommented, May 13, 2019

Nope!

0reactions
gforcadacommented, May 13, 2019

Is there anything missing here after #4959 was merged? 🤔

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found