Markdown formatting.

As everyone here is familiar with this that markdown syntax uses a single star to format italic, so how do i show pointer variables in my code?

You should try using escape character \ before typing any other special character. This will stop/escape the normal functioning of that special symbol.

1 Like