Mark {stencilaschema} | R Documentation |
A base class for nodes that mark some other inline content in some way (e.g. as being emphasised, or quoted).
Description
A base class for nodes that mark some other inline content in some way (e.g. as being emphasised, or quoted).
Usage
Mark(content, id, meta)
Arguments
content |
The content that is marked. Required. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
Value
A list
of class Mark
See Also
[Package stencilaschema version 1.0.0 Index]