all repos — grayfriday @ 5e1065fa45a3fc42cf35ae962a4a7d6aa208d27c

blackfriday fork with a few changes

Fix blooper: remove dead code
Vytautas Ĺ altenis vytas@rtfb.lt
Thu, 02 Feb 2017 17:24:53 +0200
commit

5e1065fa45a3fc42cf35ae962a4a7d6aa208d27c

parent

e81d1d11386a0ee9550ce7e2725fb003e15c6c44

1 files changed, 0 insertions(+), 6 deletions(-)

jump to
M markdown.gomarkdown.go

@@ -55,12 +55,6 @@ Autolink | Strikethrough | SpaceHeaders | HeaderIDs |

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