firoorg/firo-site

Fix code blocks and quotes

Closed this issue · 0 comments

using backticks (``) wil result in the text being displayed as code blocks, even if it's a single line or meant to be an inline quote.

Example of expected behaviour:

You need to use curl to get that resource.

example of current situation:

You need to use

curl

to get that resource

which makes the format less predictable and prone to break.