Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MarkDown | MBS Tools Plugin | 15.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Constant | Value | Description |
---|---|---|
kAutoLink | &h4000 |
make http://foo.com link even without <>s |
kCDATA | &h80 |
generate code for xml ![CDATA[...]] |
kExtraFootnote | &h200000 |
Enable markdown extra-style footnotes. |
kInputMask | &h00030000 | |
kIsLabel | &h08000000 | |
kNoAlphaList | &h80000 |
Forbid alphabetic lists. |
kNoDivQuote | &h40000 |
Forbid >%class% blocks. |
kNoDList | &h100000 |
Forbid definition lists. |
kNoExt | &h40 |
Don't allow pseudo-protocols. |
kNoHeader | &h10000 |
Don't process header blocks. |
kNoHTML | 8 |
Don't allow raw html through AT ALL |
kNoImage | 2 |
Don't do image processing, block <img>. |
kNoLinks | 1 |
Don't do link processing, block <a> tags. |
kNoPants | 4 |
don't run smartypants. |
kNoRelaxed | &h200 |
emphasis happens /everywhere/ |
kNoStrikethrough | &h800 |
Forbid strikethrough. |
kNoSuperscript | &h100 |
no A^B |
kNoTables | &h400 |
Disallow tables. |
kSafeLink | &h8000 |
Paranoid check for link protocol. |
kStrict | &h10 |
Disable SUPERSCRIPT, RELAXED_EMPHASIS. |
kTabStop | &h20000 |
Expand tabs to 4 spaces. |
kTagText | &h20 |
process text inside an html tag; no * <em>, no <bold>, no html or [] expansion |
kTOC | &h1000 |
Do table-of-contents processing. |
kUserFlags | &h0FFFFFFF |
This class has no sub classes.
The items on this page are in the following plugins: MBS Tools Plugin.
MapiRecipientMBS - MarkdownFootnoteMBS