Skip to content

violapterin/porphyrin

Repository files navigation

Porphyrin

A special markup that I use for my blog. It outputs the HTML body for each post.

Project started March 8, 2021

Main mode

character meaning character meaning
` comment (block, inline) ~ break (empty block)
1 !
2 @ normal serif (inline)
3 # bold serif (inline)
4 $ normal sans (inline)
5 % italic serif (inline)
6 ^ math mode (inline)
7 & bold sans (inline)
8 * pseudo mode (inline)
9 (
0 )
- _ space (empty inline)
= paragraph (block) + code mode (inline)
[ { macro definition
] } macro definition
\ link (inline) | image (block)
; :
' newline (empty inline) " table row (block)
, < macro identifier
. > macro identifier
/ line (block) ?

Pseudo mode

character meaning character meaning
` ~
1 !
2 @
3 #
4 $
5 %
6 ^
7 &
8 *
9 (
0 )
- _
= +
[ {
] }
\ |
; :
' "
, <
. >
/ ?

Pseudo mode

character meaning character meaning
` ~
1 !
2 @
3 #
4 $
5 %
6 ^
7 &
8 *
9 (
0 )
- _
= +
[ {
] }
\ |
; :
' "
, <
. >
/ ?

Code mode

Only ASCII characters are allowed, and they are displayed literally.

About

A custom markup language used for my blog.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published