mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 20:02:51 +03:00
23 lines
362 B
Plaintext
23 lines
362 B
Plaintext
|
::
|
||
|
:::: /hoon/core/mdy/pro
|
||
|
::
|
||
|
/? 314
|
||
|
/+ frontmatter
|
||
|
!:
|
||
|
|_ {atr/(map cord cord) mud/@t}
|
||
|
++ grow
|
||
|
|%
|
||
|
++ front atr
|
||
|
++ mime [/text/x-markdown (taco md)]
|
||
|
++ md (role txt)
|
||
|
++ txt (print:frontmatter atr (lore mud))
|
||
|
--
|
||
|
++ grab
|
||
|
|%
|
||
|
++ noun {(map cord cord) @t}
|
||
|
++ md (cork lore txt)
|
||
|
++ txt parse:frontmatter
|
||
|
--
|
||
|
++ grad %txt
|
||
|
--
|