update parser interface
This commit is contained in:
parent
a032b690e8
commit
3da2db8c43
@ -31,7 +31,7 @@ const (
|
|||||||
// rebuild it using
|
// rebuild it using
|
||||||
// make nuke
|
// make nuke
|
||||||
// make parser
|
// make parser
|
||||||
needParserIfaceVersion = parserIfaceVersion_16
|
needParserIfaceVersion = parserIfaceVersion_17
|
||||||
)
|
)
|
||||||
|
|
||||||
// Markdown Extensions.
|
// Markdown Extensions.
|
||||||
|
@ -28,7 +28,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
parserIfaceVersion_16 = iota
|
parserIfaceVersion_17 = iota
|
||||||
)
|
)
|
||||||
|
|
||||||
// Semantic value of a parsing action.
|
// Semantic value of a parsing action.
|
||||||
|
Loading…
Reference in New Issue
Block a user