extras

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(config Config) goldmark.Extender

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 MarkConfig

type MarkConfig struct {
	Enable bool
}

MarkConfig configures the mark 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL