Skip to content
/ wrang Public

Wrang is a simple markup language built as a successor to sitefl

License

Notifications You must be signed in to change notification settings

aelobdog/wrang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrang

The Writing Language

Wrang is a successor to Sitefl, the other markup language that I wrote to help generate my webpages.

It is supposed to be simple, and supports only those features that I would use to write my blogs. This includes headings, links, images, bullets and basic text formatting like bold, italics and undeline.

Getting Started

Using wrang is super simple!

Clone the repository

$ git clone https://github.com/aelobdog/wrang

Build

$ make release

or

$ gcc -o wrang *.c -O3 -s

Run

$ ./wrang <wrang input> <html output> [ -css stylesheet ] [ -title title ]

To make life easier, consider moving the wrang binary to some place in your path.

About

Wrang is a simple markup language built as a successor to sitefl

Resources

License

Stars

Watchers

Forks

Releases

No releases published