Skip to content

Extensible markup language. Like Markdown but you can pass blocks of text to other processors.

Notifications You must be signed in to change notification settings

rurbina/ratamarkup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ratamarkup

Ratamarkup is a very simple markup language, like Markdown and WikiWiki. It's main feature is that you can define a section and specify a parser for it, so you could actually use CommonMark, Markdown, Wiki, plain HTML or whatever markup language you want. Most importantly, you can define a custom parser for your block, so you could fill a block with audio file urls and get an embeded media player.

It's made in Racket. A standalone stdin filter exists but it's not maintained. There's also a legacy php implementation on the repo, the core of it is pretty much functional but has no new modules.

It's currently meant to be used for web apps, I use it in my other projects.

About

Extensible markup language. Like Markdown but you can pass blocks of text to other processors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published