When posting using mail, you can use markdown

For the many people who use email for posting, the forum handles your message as markdown.

While you don’t need to use markdown, it has some helpful features:

  • to format code start with three backticks () followed by scheme` and end with three backticks. There isn’t a racket formatter yet but the scheme formatter works ok:

image

renders as

(define (add1 n)
  (+ n 1))
  • enclose inline code that contains markdown special characters in one (`) or two(``) backticks to render monospaced and disable markdown formatting.

Happy Thursday

Stephen

2 Likes

Thanks for the reminder. I've tried this before from mail, but I
(possibly mistakenly) recall my markdown being stripped
sometimes?

(especially in (code snippets))
1 Like