Fix blooper: remove dead code
This commit is contained in:
parent
e81d1d1138
commit
5e1065fa45
|
|
@ -55,12 +55,6 @@ const (
|
|||
BackslashLineBreak | DefinitionLists
|
||||
)
|
||||
|
||||
// DefaultOptions is a convenience variable with all the options that are
|
||||
// enabled by default.
|
||||
// var DefaultOptions = Options{
|
||||
// Extensions: CommonExtensions,
|
||||
// }
|
||||
|
||||
// ListType contains bitwise or'ed flags for list and list item objects.
|
||||
type ListType int
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue