Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Superscript SuperscriptConfig Subscript SubscriptConfig Insert InsertConfig Mark MarkConfig Delete DeleteConfig }
Config confitures the extras extension.
type DeleteConfig ¶ added in v0.2.0
type DeleteConfig struct {
Enable bool
}
type InsertConfig ¶
type InsertConfig struct {
Enable bool
}
InsertConfig configures the insert extension.
type SubscriptConfig ¶
type SubscriptConfig struct {
Enable bool
}
SubscriptConfig configures the subscript extension.
type SuperscriptConfig ¶
type SuperscriptConfig struct {
Enable bool
}
SuperscriptConfig configures the superscript extension.
Click to show internal directories.
Click to hide internal directories.