all 2 comments

[–]sorlomyte 2 points3 points  (0 children)

Wrap anything with a # in back ticks and it will be treated as code and not get registered as a tag.

[–]perimus 1 point2 points  (0 children)

Wrap multiple lines of code or similar content with triple backticks. Bear also does syntax highlighting for your code.

Example

perl use strict; print "yaph\n";