The Markdown widget based on Kai Jaeger's MarkAPL project

The following code produces the output below...
 markdown←('{version}'(#.Strings.deb⍕,'MiServer uses' 'version' 'built on',⍪#.MarkAPL.Version))Subst ScriptFollows
    ⍝#### The Markdown widget processes "markdown"                                                                
    ⍝Markdown is a simple way to add formatting like headers, **bold text**, _italicized text_,\                  
    ⍝* bulleted                                                                                                   
    ⍝* lists\                                                                                                     
    ⍝                                                                                                             
    ⍝                                                                                                             
    ⍝ and so on, to plain text without having to use HTML markup.\                                                
    ⍝                                                                                                             
    ⍝ Click [here](http://aplwiki.com/MarkAPL) for more information on The MarkAPL Project.\                      
    ⍝ Click [here](/Examples/Data/MarkAPL.html) to view the MarkAPL documentation.\                               
    ⍝ MiServer uses {version}.                                                                                    
 Add _.Markdown markdown                                                                                          

Markdown is a simple way to add formatting like headers, bold text, italicized text,

  • bulleted
  • lists

and so on, to plain text without having to use HTML markup.

Click here for more information on The MarkAPL Project.
Click here to view the MarkAPL documentation.
MiServer uses MiServer uses MarkAPL version 4.4.5.7 built on 2018-09-13.

Controls used on this page: Dyalog: Markdown Base HTML: h3