(item->hiccup {:as item :keys [hiccup html md inside-a-table]}
{:as clay-options :keys [format kind]})(md->hiccup md)Converts markdown to hiccup, producing sequences instead of fragments, which hiccup prefers.
Converts markdown to hiccup, producing sequences instead of fragments, which hiccup prefers.
NextJournal Markdown produces fragments (called :plain) which are rendered as :<> These are better represented as a sequence, which hiccup will treat as a fragment.
NextJournal Markdown produces fragments (called :plain) which are rendered as :<> These are better represented as a sequence, which hiccup will treat as a fragment.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |