Remove some more marks.

This commit is contained in:
Elliot Glaysher 2018-12-10 16:48:21 -08:00
parent d21a63eb80
commit 863f725f82
4 changed files with 0 additions and 80 deletions

View File

@ -1,17 +0,0 @@
::
:::: /hoon/coffee/mar
::
/? 310
=, mimes:html
|_ mud/@t
++ grow
|%
++ mime [/text/coffeescript (as-octs mud)]
--
++ grab
|%
++ mime |=({p/mite q/octs} (@t q.q))
++ noun @t
--
++ grad %mime
--

View File

@ -1,18 +0,0 @@
::
:::: /hoon/jam-crub/mar
::
/? 310
::
=, mimes:html
|_ mud/@
++ grow
|%
++ mime [/application/octet-stream (as-octs mud)]
--
++ grab
|% :: convert from
++ noun @ :: clam from %noun
++ mime |=({* octs} q)
--
++ grad %mime
--

View File

@ -1,24 +0,0 @@
::
:::: /hoon/markdown/mar
::
/? 310
::
=, mimes:html
=, format
|_ mud/@t
++ grow
|%
++ mime [/text/x-markdown (as-octs mud)]
++ md mud
++ txt
(to-wain mud)
--
++ grab
|%
++ mime |=({p/mite q/octs} q.q)
++ noun @t
++ md |=(@t +<)
++ txt of-wain
--
++ grad %txt
--

View File

@ -1,21 +0,0 @@
::
:::: /hoon/md/mar
::
/? 310
::
|_ mud/@t
++ grow
|%
++ mime [/text/x-markdown (as-octs:mimes:html mud)]
++ txt
(to-wain:format mud)
--
++ grab
|%
++ mime |=({p/mite:eyre q/octs:eyre} q.q)
++ noun @t
++ txt of-wain:format
--
++ grad %txt
++ garb /down
--