developer-content
developer-content copied to clipboard
Fixed markdown syntax for % symbol
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.