mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
43 lines
1016 B
Plaintext
43 lines
1016 B
Plaintext
::
|
|
:::: /hoon/core/down/mar
|
|
::
|
|
/? 314
|
|
/- *markdown
|
|
::
|
|
::::
|
|
::
|
|
// /%/parse :: inli donp parse
|
|
// /%/rend :: sing sung sang flat into-inner
|
|
:: ~% %utyl +>+>+> ~
|
|
|_ don=down
|
|
++ grab :: convert from
|
|
|%
|
|
++ md :: convert from %md
|
|
=< |=(src=@t (mark src))
|
|
~% %down ..is ~
|
|
|%
|
|
++ mark
|
|
~/ %mark
|
|
|= p=@t
|
|
(normalize (rash p parse))
|
|
--
|
|
++ noun down :: clam from %noun
|
|
--
|
|
::
|
|
++ grow :: convert into
|
|
|%
|
|
++ hymn :: convert to %hymn
|
|
;html
|
|
;head:title:"Untitled"
|
|
;body
|
|
;* (sing don)
|
|
==
|
|
==
|
|
++ elem :: convert to %elem
|
|
;div
|
|
;* (sing don)
|
|
==
|
|
:: ++ react elem
|
|
--
|
|
--
|