infovote-io / dashboard

https://infovote.io/
1 stars 0 forks source link

Problem with ASCII in `README.md` file #1

Closed gabrielbdornas closed 1 year ago

gabrielbdornas commented 1 year ago

In this commit my ASCII didn't work inside README.md file:

image

As we could see in the picture above, the error Missing open brace for subscript is shown in the screen.

gabrielbdornas commented 1 year ago

@danybonfil please fix this error, as we discussed this morning.

danybonfil commented 1 year ago

The error is caused by the characters "{ }" in the ASCII art that are interpreted as special characters in Markdown. To fix this issue, I modified the ASCII art to use a monospaced code block and prefix each line of ASCII art with four spaces. This will display the ASCII art as a code block but keep it visible in the rendered output.

image