Live data from Hacker News

Drool – A Lightweight Markup Language

github.com

1–10 of 34 posts

Re: Drool – A Lightweight Markup Language

#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 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.

Post reply on HN