How do I bold text in markdown?
I'm trying to make some text bold but it's not working. Is it **text** or __text__?
I'm trying to make some text bold but it's not working. Is it **text** or __text__?
Make sure you don't have spaces inside the asterisks like ** text **. That is a common mistake.
Both should work, but
**text**is more standard.