I didn’t see one when doing a search so I made it. I am absolutely not the right person for this job but here I am!

Feel free to share or ask anything related to Proxmox here. We are in the stages of any content is at least content. As more people join then the range of experience will grow and more information will be available to all.

  • @Blackpaw
    link
    English
    11 year ago

    Markup editor is pretty average, would have preferred like GitHub Markdown.

    • @non_ironicdepression
      link
      English
      21 year ago
      do code blocks work?
      

      What about in line code?

      • asterik bullets
      • dash bullet
      • @Blackpaw
        link
        English
        11 year ago

        Looked ok How about a multiline block?

        C#

        // Hello World! program
        namespace HelloWorld
        {
            class Hello {         
                static void Main(string[] args)
                {
                    System.Console.WriteLine("Hello World!");
                }
            }
        

        Bash

        #!/bin/bash
        echo "Hello World"
        

        Preserves line breaks, but no syntax highlighting 😞