1 comment

[ 2.8 ms ] story [ 10.5 ms ] thread
lisp + mkdown = online page

Based on the syntax of the original mkdown, it uses the syntax of lisp to realize functions such as variable definition, method operation, and multi-page reference. I wonder if anyone will use it?

Here is an example

- header.lmd

[hello world](#pub h)

- index.lmd

((use header))

((incloud './header.lmd'))

((header-h))

[hello](#a)

[| Syntax | Description | | --------- | ----------- | | Header | Title | | Paragraph | Text |](#b)

((a)) ((b-syntax (list-ref b 0)))

- online page

hello world

hello world

hello

| Syntax | Description | | --------- | ----------- | | Header | Title | | Paragraph | Text |

hello

Header