definition: |
markdownEscapeChars :: [Char] markdownEscapeChars = ['\\','`','*','_','{','}','[',']','(',')','<','>','#','+','-','.',' ','!'] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Escape characters supported by markdown. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {:}} |
name: |
markdownEscapeChars |
precedence: |
no precedence defined |
result-values: |
{:} |
signature: |
String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |