Denvercoder9
I suggest putting a code sample of a page written in Pretty Markup that shows off its features in the README. The documentation is currently somewhat devoid of information about the language itself.
sethherr
What is the difference between this and Haml or slim?
highmastdon
I’ve used something similar quite a long time ago called Jade. Seems to be renamed to Pug. Here’s a nice writeup with some examples (not mine, found the webpage missing examples): https://www.sitepoint.com/jade-tutorial-for-beginners/
29athrowaway
How does it differ from pug (jade), which has existed for about 14 years?
remram
Literally how would anyone get started? No docs or even usage examples, for a new language?
doublerebel
If you use indentation for nesting, the closing tags are superfluous. That’s just one of the reasons so many html/xml template langs have chosen that format.
reconvene1290
I like the closing tags (others don’t seem to) as they help with visual scanning and auto formatting. Nice project, well done!
efilife
I don't need it, but upvoting just because of your dedication to the project. It also looks very nice, and the extension is a cherry on top
throw156754228
Honestly I always had a soft spot for haml. If someone wrote a haml plugin for React I would be in heaven. It's JSX that is an ugly hot mess in mature codebases, not html.