Drool – A Lightweight Markup Language
github.com
Drool – A Lightweight Markup Language
1–10 of 34 posts
Re: Drool – A Lightweight Markup Language
#2If it meets the guidelines, this might make a good "Show HN".
Show HN guidelines: https://news.ycombinator.com/showhn.html
A better title might be Drool: A Kind of Lightweight Markup Language.
Good luck.
Re: Drool – A Lightweight Markup Language
#3What's with the name, lads?
Re: Drool – A Lightweight Markup Language
#4Who needs yet another markup language?
Re: Drool – A Lightweight Markup Language
#5None of the demos are working :S is it just me?
Re: Drool – A Lightweight Markup Language
#6This is what it looks like:
* This demo is also a guide when you view the source of this page at the same time.
to insert a picture drool code @@ ./demo.jpeg
result @@./demo.jpeg
to insert an audio and a video drool code @@ ./demo.mp3
@@ https://videos.cdn.mozilla.net/uploads/mozillaorg/Mozilla_2014_i_am.webm
result @@./demo.mp3
@@https://videos.cdn.mozilla.net/uploads/mozillaorg/Mozilla_2014_i_am.webm
to insert a link drool code There is @@ a link to @@ ./demo.webp https://www.google.com/ncr.
result There is @@a link to @@./demo.webp https://www.google.com/ncr.
to align right drool code --- hello
—— 你好
result ---hello
——你好
“smart” retract #include
int main(){
std::cout
I'll pass.edit oops I messed up the tabs.
Re: Drool – A Lightweight Markup Language
#7> Compared with markdown, drool is minimal without signals like [ or !. drool will not make a literary article look like programming codes.
looks at demo screenshot
> There is @@a link to @@./demo.webp https://www.google.com/ncr
Re: Drool – A Lightweight Markup Language
#8[deleted]
Re: Drool – A Lightweight Markup Language
#9None of the demos are working :S is it just me?
Not just you.
Re: Drool – A Lightweight Markup Language
#10I think the org-mode syntax is way superior to markdown and should be more-widely supported.