mdgithub

package
v0.0.0-...-7758a72 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2015 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mdgithub provides Github-flavored Markdown extensions to vfmd. Not all are implemented yet. On the other hand, some are already implemented by base vfmd.

Reference: https://help.github.com/articles/github-flavored-markdown/

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FencedCodeBlock

type FencedCodeBlock struct {
	// TODO(akavel): Language string
	md.Prose
	md.Raw
}

func (FencedCodeBlock) Detect

func (FencedCodeBlock) Detect(first, second mdblock.Line, detectors mdblock.Detectors) mdblock.Handler

func (FencedCodeBlock) HTMLBlock

func (b FencedCodeBlock) HTMLBlock(ctx mdhtml.Context, opt mdhtml.Opt) ([]md.Tag, error)

type StrikeThrough

type StrikeThrough struct{}

func (StrikeThrough) Detect

func (StrikeThrough) Detect(ctx *mdspan.Context) (consumed int)

func (StrikeThrough) HTMLSpan

func (s StrikeThrough) HTMLSpan(ctx mdhtml.Context, opt mdhtml.Opt) ([]md.Tag, error)

Jump to

Keyboard shortcuts

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