Skip to content

siddharthkp/markedup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markedup

status:WIP status:WIP Build Status

supercharged markdown rendering engine

screenshot

List of features

  • Variables
## name: <star>
  • Loops
<* planet in planets>
  • Attributes
  • Conditionals
<if star = 'Sun':
    Our solar system

    Number of planets: 8
>
<else if star = 'Kepler-32':
    Cygnus solar system

    Number of planets: 3
>
<else: Some random solar system>
<endif>
  • Nested variables
## name: <star.name>

<* planet.name in planets>
  • Includes
  • Attributes
  • Comments
// This is a single line comment

/* This is a
   multi
   line
   comment
*/
  • Escape code
  • Syntax errors

About

WIP: Supercharged markdown rendering engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages