Can posts have a body and a URL?

Is markdown supported?

Console.WriteLine("Hello, World")

Do code blocks work?

What about with syntax highlighting?

console.log("Hello, World");

Can I make a code block with indentations?

var a = “Hello” var b = “World” console.log(${a}, ${b});

Let’s see what quotations look like,

This is a quote.

And this one will be multiline.

Line one. Line two.

There should be a space above.

I think that’s enough testing for now.

  • @michaelcharlesOP
    link
    English
    311 months ago

    So, markdown supported.

    Can’t make a codeblock by indenting.

    Specifying languages for code blocks doesn’t cause any problems, but there’s no indication of the specified language in the output. No syntax highlighting either.

    Quotes and multiline quotes work.

    Hmmm… images?

    The above should be an image if typical markdown image syntax works.

    • snoweMA
      link
      English
      211 months ago

      I wonder how hard it would be to add syntax highlighting. It’s all open source Rust. I can check later to see if there’s anything already set up and it’s just not being rendered.