MarkdownLineMBS class

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

MarkdownLineMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for a line in the markdown text.

Each input line is read into a Line, which contains the line, the offset of the first non-space character [this assumes that all tabs will be expanded to spaces!], and a pointer to the next line.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

Flag Values

Constant Value Description
kFlagChecked 2 The line was already processed.
kFlagPipeChar 1 line contains a |

Kind Values

Constant Value Description
kKindCode 1 Code
kKindDash 3 Dash line
kKindEqual 5 Equal line
kKindHR 2 HR line
kKindText 0 Text line
kKindTilde 4 Tilde line

This class has no sub classes.

Some properties using for this class:

Some examples using this class:


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


MarkdownFootnoteMBS   -   MarkdownParagraphMBS


💬 Ask a question or report a problem