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