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


The biggest plugin in space...