urbit/mar/down.hoon
Anton Dyudin bac25edb79 Sur disqualification moved to userspace
sed -i'' -e '/^|/{x;/./{p;s/.*//;};x;};/ *\\/-.*\\*/{h;s/ //g;s/,[a-z]*//g;s/^[^a-z]*/[/;s/ *::.*$//;s/$/ .]/;s/*/ /g;x;s/\\*//g;}' urb/zod/**.{hoon,hook}
  Followed by manual fixes where e.g. the file didn't start with a core
2015-09-03 17:14:33 -04:00

34 lines
724 B
Plaintext

::
:::: /hoon/down/mar
::
/? 314
/- markdown
/+ down-jet
::
::::
::
[markdown .]
|_ don=down
++ grab :: convert from
|%
++ md |=(src=@t (mark:down-jet src))
++ noun down :: clam from %noun
--
::
++ grow :: convert into
|%
++ hymn :: convert to %hymn
;html
;head:title:"Untitled"
;body
;* (print:down-jet don)
==
==
++ elem :: convert to %elem
;div
;* (print:down-jet don)
==
:: ++ react elem
--
--