Blackpaw @lemmy.world
Posts 0
Comments 4
Welcome to the Proxmox community! 1 0
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 😞
Reply
Welcome to the Proxmox community! 1 0
Markup editor is pretty average, would have preferred like GitHub Markdown.
Reply
Welcome to the Proxmox community! 1 0
Partly to test how threading and formatting works on Lemmy...
I run three PX servers at home
- the big one (64GB RAM) is my storage and media server plus a couple of Dev VM.
- Desktop one in my office running a Windows 11 with GPU passthrough as my main desktop
- NUC in the granny flat running a PBS VM for backups
Reply
Next