* 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 <iostream>
int main(){
std::cout << "Hello World!" << std::endl;
return 0;
}
I'll pass.edit oops I messed up the tabs.
https://github.com/dou4cc/drool/blob/gh-pages/screenshot.en....
Yikes.
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 most people, it is not really worth posting and the "show HN" could wait until you have time to work on your project.
looks at demo screenshot
> There is @@a link to @@./demo.webp https://www.google.com/ncr
I was just saying that this seemed exactly as arbitrary as "[", which is what drool said it was avoiding.
Markdown however isn't too hard with any crappy notepad.
Things like drawers, tables, #+TBLFMT: etc are pretty rough.
This sounds like favoring one text editor at the expense of all others, and not a good one. Is this format designed to be edited with Notepad?
Show HN guidelines: https://news.ycombinator.com/showhn.html
A better title might be Drool: A Kind of Lightweight Markup Language.
Good luck.