useblue

package
v2.0.0-rc12 Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2024 License: MIT Imports: 10 Imported by: 0

README

The gomarkdown parser

https://github.com/gomarkdown/markdown

Notes made in late 2023; likely very out of date

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 parse and render.
  • The AST has all the document contents.
  • It supports block level attributes: {#id3 .myclass fontsize="tiny"}' on (at least) header blocks and code blocks
maybe problems

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