useblue

package
v2.0.0-rc03 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2024 License: MIT Imports: 9 Imported by: 0

README

The gomarkdown parser

https://github.com/gomarkdown/markdown

Notes made in late 2023

GOOD

  • It has no open pull requests (responsive owners)
  • Better documentation than goldmark.
  • Clear access to the AST, as the API requires you to hold it in between
  • The AST has all the document contents.
  • It supports block level attributes: {#id3 .myclass fontsize="tiny"}' on (at least) header blocks and code blocks

Meh

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewMarker

func NewMarker(doMyStuff bool) *gomark

Types

type Gallery struct {
	ast.Leaf
	ImageURLS []string
}

Jump to

Keyboard shortcuts

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