as.block |
Block Objects |
as.inline |
Inline Objects |
astrapply |
Apply a Function on a AST |
Attr |
Attributes |
BlockQuote |
Block Quote |
BulletList |
Bullet List |
c.block |
Combine Block Objects |
c.inline |
Combine Inline Objects |
Citation |
Citation |
Cite |
Citation |
Code |
Inline Code |
CodeBlock |
Code Block |
Definition |
Definition |
DefinitionList |
Definition List |
Div |
Generic Block Container with Attributes |
document |
Create a new Document |
Emph |
Emphasized Text |
filter |
Filter JSON-formatted AST. |
get_pandoc_path |
Get Pandoc Path |
get_pandoc_types_version |
Get Pandoc-Types Version |
get_pandoc_version |
Get Pandoc Version |
Header |
Header |
HorizontalRule |
Horizontal Rule |
Image |
Image |
is.block |
Block Objects |
is.inline |
Inline Objects |
LineBreak |
Hard Line Break |
Link |
Hyperlink |
ListAttributes |
ListAttributes |
Math |
TeX Math |
Note |
Note |
Null |
Nothing |
OrderedList |
Ordered List |
pandoc_from_json |
Utility functions for testing filters |
pandoc_to_json |
Utility functions for testing filters |
Para |
Paragraph |
Plain |
Plain Text |
Quoted |
Quoted Text |
RawInline |
Raw Inline |
set_pandoc_path |
Set Pandoc Path |
SmallCaps |
Small Caps Text |
SoftBreak |
Soft Line Break |
Space |
Inter-word space |
Span |
Generic Inline Container with Attributes |
Str |
Text (String) |
Strikeout |
Strikeout Text |
Strong |
Strongly Emphasized Text |
Subscript |
Subscripted Text |
Superscript |
Superscripted Text |
Table |
Table |
TableCell |
Table Cell |
write.pandoc |
Write the JSON-formatted AST to a connection |