libMultiMarkdown7 7.0.0-alpha.1
Lightweight markup processor to produce HTML, LaTeX, and more.
|
Line nodes are used specifically for parsing individual lines of text into the block structure. More...
#include <libMultiMarkdown.h>
Data Fields | |
mmd_node | general |
mmd_line_node starts with regular mmd_node | |
size_t | c_start |
Starting offset (in bytes) for line content (excluding line level markup) | |
size_t | c_len |
Byte length for content of the line (excluding line level markup) |
Line nodes are used specifically for parsing individual lines of text into the block structure.
Definition at line 210 of file libMultiMarkdown.h.
size_t mmd_line_node::c_len |
Byte length for content of the line (excluding line level markup)
Definition at line 214 of file libMultiMarkdown.h.
size_t mmd_line_node::c_start |
Starting offset (in bytes) for line content (excluding line level markup)
Definition at line 213 of file libMultiMarkdown.h.
mmd_node mmd_line_node::general |
mmd_line_node starts with regular mmd_node
Definition at line 211 of file libMultiMarkdown.h.