All Projects → siddharthkp → markedup

siddharthkp / markedup

Licence: MIT license
WIP: Supercharged markdown rendering engine

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].