definition: |
markdownText2HTML :: HTML h => String -> [h] markdownText2HTML = mdDoc2html . fromMarkdownText |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Translate a markdown text into a (partial) HTML document. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
markdownText2HTML |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
HTML.Base.HTML a => String -> [a] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |