Marko
Marko is an actively used text markup language created in 2014.
5Years Old | 9,749Users | 0Jobs |
- Marko ranks in the bottom 50% of languages
- the Marko website
- Marko on github
- Marko first appeared in 2014
- I have 39 facts about Marko. just email me if you need more.
Example code from Linguist:
$ var name = 'Frank'; $ var colors = ['red', 'green', 'blue']; <h1> Hello ${name}! </h1> <ul if(colors.length)> <li style={color: color} for(color in colors)> ${color} </li> </ul> <div else> No colors! </div>Edit
Last updated February 11th, 2019