rane-hs / markdoc-py3

A lightweight Markdown-based wiki system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code block

rane-hs opened this issue · comments

not available :

C++

#include <stdstream>

int main(int argc, char* argv)
{
    std::cout << "Hello World" << std::endl;
    return 0;
}

py

print("Hello, World")

fix in #5