website/public/posts/test.md

920 B

0 Test \title

\toc

H1

H2

H3

H4

H5

This is regular text

This is a link

italic text

bold text

bold italic


this is an inline code block

this is a code block
/* 
 * TEST CPP CODEBLOCK
 */
void main(int argc, char** argv) {
    std::string this = "c++ code block";
    int integer = 0;
    return 0;
}

class TestClass : AbstractTestClass {
public:
    TestClass();
    ~TestClass();
private:
    void DoStuff() override {
        // do some stuff
    }
};
{ ... } @ inputs :
let
    this = "a nix code block";
in
{
    posts.test.content = ''
        multiline string
    '';

    website.backend = (pkgs.callPackage (import gitlab:SpoodyTheOne/webbisitey) {});
}
  • List
  • Test
  • here

this is a

QUOTE

QUOTE

test broken image test image test image