developer-content icon indicating copy to clipboard operation
developer-content copied to clipboard

Fixed markdown syntax for % symbol

Open nikitakent opened this issue 1 year ago • 0 comments

Problem

"%" were not visible on Github or website due to Markdown notation syntax intricacies. I suspect latex notation was accidentally used.

Summary of Changes

Changed from $3/%$ to $3$%, so that % symbol is now visible.

nikitakent avatar Aug 22 '24 10:08 nikitakent