Module element

Module element 

Source
Expand description

Contains all Element related structs/enums

Structs§

Chapter
Chapter struct, contains text and a vec for elements
Environment
Environment struct with text for name, and vec for items (String)
Input
Input struct with text for filename
List
List struct with ListMode (enumerate or itemize) and vec for items (String)
Paragraph
Paragraph struct, contains text and a vec for elements
Part
Part struct, contains text and a vec for elements
Section
Section struct, contains text and a vec for elements
Text
Text struct with text and specifid text type
UserDefined
User-defined command with string and level for it to be in

Enums§

Element
Elements enum that contains all elements
Level
Level determines where the userdefined command goes
ListMode
ListMode enum that contains the two different lists
TextType
TextType enum that contains the different kind of text like;

Type Aliases§

Comment
Item
Item for Environment and List
UDTuple
User-Defined Tuple for Body, Meta and Pkg levels