Platforms to show: All Mac Windows Linux Cross-Platform

Back to MarkdownDocumentMBS class.

MarkdownDocumentMBS.Compile(flags as Integer = 35799040) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Compiles the markdown code.

MarkdownDocumentMBS.Constructor(data as string, flags as Integer = 35799040)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new document with the content of the file.

Text should have EndOfLine.Unix as newline character.
Text must be in UTF-8 encoding to work best.

See also:

MarkdownDocumentMBS.Constructor(file as folderitem, flags as Integer = 35799040)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new document with the content of the file.

Text should have EndOfLine.Unix as newline character.
Text must be in UTF-8 encoding to work best.

See also:

MarkdownDocumentMBS.CSS as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates CSS for the html code.

MarkdownDocumentMBS.Document as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates HTML document.

Creates HTML if needed.

MarkdownDocumentMBS.Footnotes as MarkdownFootnoteMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of foot notes.

MarkdownDocumentMBS.GenerateCSS(File as folderitem) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates a css file.

Returns number of bytes written. Or -1 on any error.

MarkdownDocumentMBS.GenerateHTML(File as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates a html file.

Returns true on success and false on failure.

The items on this page are in the following plugins: MBS Tools Plugin.


The biggest plugin in space...