mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
21 lines
422 B
Plaintext
21 lines
422 B
Plaintext
/- publish
|
|
/+ publish, cram, elem-to-react-json
|
|
/= args /$ ,[beam *]
|
|
/= result
|
|
/^ [post-info:publish manx @t]
|
|
/;
|
|
|= $: post-front=(map knot cord)
|
|
post-content=manx
|
|
post-raw=wain
|
|
~
|
|
==
|
|
:+ (front-to-post-info:publish post-front)
|
|
post-content
|
|
(of-wain:format (slag 11 post-raw))
|
|
::
|
|
/. /&front&/udon/
|
|
/&elem&/udon/
|
|
/&txt&/udon/
|
|
==
|
|
result
|