Kaku 0 ▲ Thomasorus 2 hours ago · Tech · hide · 0 comments Kaku 書く#Kaku (write) is my own markup language. It's inspired by Markdown with a diferent syntax for quotes, links, images and lists handling, and more. It was created to fit my needs and exists inside my own CMS.Parser#A parser for Kaku built in Golang can be found here. It doesn't exists as a go module and must be added into your go project. It can also be built as WASM and used in the browser.License#Kaku 書く is a free to use by individuals and organizations that do not operate by capitalist principles. For more information see the license file.Headings## through ###### for heading levels 1 through 6. Each heading gets an auto-generated id and a clickable permalink anchor.# Heading level 1 ## Heading level 2 ###### Heading level 6 Renders as:Heading level 1#Heading level 2#Heading level 6#<h1 id="heading-level-1"> Heading level 1 <a href="#heading-level-1" ...>#</a> </h1> Basic inline formatting#This is *bold*, this is _emphasis_, this is ~strikethrough~, and this is `inline code`.… No comments yet. Log in to reply on the Fediverse. Comments will appear here.