parser
This commit is contained in:
parent
2fef529f57
commit
a85efe2056
22 changed files with 1776 additions and 7 deletions
14
src/elements/block.rs
Normal file
14
src/elements/block.rs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
pub enum BlockStart {
|
||||
name: BlockName,
|
||||
}
|
||||
|
||||
pub enum BlockName {
|
||||
Center,
|
||||
Comment,
|
||||
Example,
|
||||
Export,
|
||||
Quote,
|
||||
Src,
|
||||
Verbose,
|
||||
Special
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue