Highlighting text

Highlighting code, with or without line numbers, couldn’t be any easier!

Rafael Pardinas 15 Nov, 2021 1 mins

This is how you highlight text

Highlighting code, with or without line numbers, couldn’t be any easier!

There are two ways to specify the identifier:

print("The triple-colon syntax will *not* show line numbers.")

To display line numbers, use a path-less shebang instead of colons:

1
print("The path-less shebang syntax *will* show line numbers.")

Read more:

Related posts: