[jl] lord.technology
ENTRY · 2021
1 MIN · PROGRAMMING
[ jl ]
← Back to writing
programming

Notion API code blocks

The official Notion API finally supports code blocks with a recent update. I’ve updated NotionToJekyll to add this functionality. This post is just a test to see if code blocks with different languages work properly.

echo "Hello World"
#include 
 
int main(void)
{
    puts("Hello, world!");
}
using System;
class Program
{
    public static void Main(string[] args)
    {
        Console.WriteLine("Hello, world!");
    }
}

If you spotted a mistake or want to reply, send me an email.

archive since 2013 — jl