libMultiMarkdown7 7.0.0-alpha.1
Lightweight markup processor to produce HTML, LaTeX, and more.
Loading...
Searching...
No Matches
mmd_line_node Struct Reference

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)

Detailed Description

Line nodes are used specifically for parsing individual lines of text into the block structure.

Definition at line 210 of file libMultiMarkdown.h.

Field Documentation

◆ c_len

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.

◆ c_start

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.

◆ general

mmd_node mmd_line_node::general

mmd_line_node starts with regular mmd_node

Definition at line 211 of file libMultiMarkdown.h.


The documentation for this struct was generated from the following file: