Skip to content

Package wikiwiki provides tools for working with wiki text, for the Go programming language.

License

Notifications You must be signed in to change notification settings

reiver/go-wikiwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-wikiwiki

Package wikiwiki provides tools for working with wiki text, for the Go programming language.

Documention

Online documentation, which includes examples, can be found at: https://godoc.org/github.com/reiver/go-wikiwiki

GoDoc

Wiki Text Syntax

This is the syntax for wiki text markup:

''superscript''
((no-op))
**bold**
,,subscript,,
//italics//
::smart-code::
[[internal-link]]
__underline__
``mononspaced``
{{name}}
||highlight||
‾‾overline‾‾

This is the syntax for wiki block markup:

― block quotation line 1
― block quotation line 2
― block quotation line 3
⸺ source of quotation
• list item 1
• list item 2
•• list item 2.1
•• list item 2.2
• list item 3
	pre line 1
	pre line 2
	pre line 3

(The preformatted lines are preceded by a horizontal-tab character.)

Import

To import package wikiwiki use import code like the follownig:

import "github.com/reiver/go-wikiwiki"

Installation

To install package wikiwiki do the following:

GOPROXY=direct go get https://github.com/reiver/go-wikiwiki

Author

Package wikiwiki was written by Charles Iliya Krempeaux

About

Package wikiwiki provides tools for working with wiki text, for the Go programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages