urbit/mar/markdown.hoon
2015-07-30 15:51:31 -07:00

26 lines
359 B
Plaintext

::
:::: /hoon/core/markdown/pro
::
/? 314
::
|_ mud=@t
++ grow
|%
++ mime [/text/x-markdown (taco mud)]
++ md mud
++ txt
(lore (cat 3 mud '\0a'))
--
++ grab
|%
++ mime |=([p=mite q=octs] q.q)
++ noun ,@t
++ md |=(@t +<)
++ txt
|= wan=wain
=+ (role wan)
(end 3 (dec (met 3 -)) -)
--
++ grad %txt
--