Live data from Hacker News

Drool – A Lightweight Markup Language

github.com

31–34 of 34 posts

Re: Drool – A Lightweight Markup Language

#31
post #21

Earlier quoted context omitted.

At most 1 year later, firefox will support drool. Firefox does not support drool because it does not support async generator function.

There is no such thing as an "async generator function" in the JavaScript language :) Do you mean generator functions, which Edge and Firefox both support? Or async/await? I think people are upset because normally when someone shows a project on HN, you expect to be able to run it. It's cool that this is something you have made to test new features, but if you haven't put in the marginal effort to make it usable for…

There is:

    (async function*(){})
https://kangax.github.io/compat-table/esnext/#test-Async_ite...

Re: Drool – A Lightweight Markup Language

#33
post #22
post #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

The link content is "a link to @@./demo.webp". "@@./demo.webp" is a picture. Is drool not minimal enough?

The content is exactly as I posted it above. There is an @@ before "a link".

I was just saying that this seemed exactly as arbitrary as "[", which is what drool said it was avoiding.

Re: Drool – A Lightweight Markup Language

#34
post #24
post #6

This 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 li…

This file is a mess because there is a table in the file. When making table in a drool file, I recommand you set tab-size to 25ch.

It is 31ch.....
Post reply on HN