Platforms to show: All Mac Windows Linux Cross-Platform
MarkDown
Markdown compile function to generate html and css.
- class MarkdownDocumentMBS
- method Compile(flags as Integer = 0) as boolean
- method Constructor(data as string, flags as Integer = 0)
- method Constructor(file as folderitem, flags as Integer = 0)
- method CSS as string
- method Document as string
- method Footnotes as MarkdownFootnoteMBS()
- method GenerateCSS(File as folderitem) as Integer
- method GenerateHTML(File as folderitem) as boolean
- property Author as MarkdownLineMBS
- property Code as MarkdownParagraphMBS
- property Compiled as Boolean
- property Date as MarkdownLineMBS
- property ExtraFootnotePrefix as String
- property Handle as Integer
- property HasHTML as Boolean
- property Title as MarkdownLineMBS
- property URLBase as String
- const kAutoLink = &h4000
- const kCDATA = &h80
- const kExtraFootnote = &h200000
- const kInputMask = &h00030000
- const kIsLabel = &h08000000
- const kNoAlphaList = &h80000
- const kNoDivQuote = &h40000
- const kNoDList = &h100000
- const kNoExt = &h40
- const kNoHeader = &h10000
- const kNoHTML = 8
- const kNoImage = 2
- const kNoLinks = 1
- const kNoPants = 4
- const kNoRelaxed = &h200
- const kNoStrikethrough = &h800
- const kNoSuperscript = &h100
- const kNoTables = &h400
- const kSafeLink = &h8000
- const kStrict = &h10
- const kTabStop = &h20000
- const kTagText = &h20
- const kTOC = &h1000
- const kUserFlags = &h0FFFFFFF
- class MarkdownFootnoteMBS
- method Constructor
- property Document as MarkdownDocumentMBS
- property Flags as Integer
- property Height as Integer
- property Link as String
- property RefNumber as Integer
- property Tag as String
- property Title as String
- property Width as Integer
- const kFlagExtraBookmark = 1
- const kFlagReferenced = 2
- class MarkdownLineMBS
- method Constructor
- property Count as Integer
- property DLE as Integer
- property Document as MarkdownDocumentMBS
- property Flags as Integer
- property Kind as Integer
- property NextLine as MarkdownLineMBS
- property Text as String
- const kFlagChecked = 2
- const kFlagPipeChar = 1
- const kKindCode = 1
- const kKindDash = 3
- const kKindEqual = 5
- const kKindHR = 2
- const kKindText = 0
- const kKindTilde = 4
- class MarkdownParagraphMBS
- method Constructor
- property Align as Integer
- property Document as MarkdownDocumentMBS
- property Down as MarkdownParagraphMBS
- property hNumber as Integer
- property Ident as String
- property Lang as String
- property NextParagraph as MarkdownParagraphMBS
- property Text as MarkdownLineMBS
- property Typ as Integer
- const kAlignCenter = 2
- const kAlignImplicit = 0
- const kAlignPara = 1
- const kTypeAL = 9
- const kTypeCode = 1
- const kTypeDL = 6
- const kTypeHDR = 11
- const kTypeHR = 12
- const kTypeHTML = 4
- const kTypeListItem = 10
- const kTypeMarkup = 3
- const kTypeOL = 8
- const kTypeQuote = 2
- const kTypeSource = 14
- const kTypeStyle = 5
- const kTypeTable = 13
- const kTypeUL = 7
- const kTypeWhitespace = 0
The items on this page are in the following plugins: MBS Tools Plugin.
Links
MBS Xojo Plugins