Skip to content

Commit

Permalink
really fix includes
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Aug 23, 2018
1 parent fe92030 commit 14f5a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rfc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"github.com/gomarkdown/markdown"
"github.com/gomarkdown/markdown/ast"
"github.com/gomarkdown/markdown/parser"
"github.com/mmarkdown/markdown/xml2"
"github.com/mmarkdown/mmark/mast"
"github.com/mmarkdown/mmark/mparser"
"github.com/mmarkdown/mmark/xml"
"github.com/mmarkdown/mmark/xml2"
)

// TestRFC3 parses the RFC in the rfc/ directory and runs xml2rfc on them to see if they parse OK.
Expand Down
2 changes: 1 addition & 1 deletion xml2/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

"github.com/gomarkdown/markdown/ast"
"github.com/gomarkdown/markdown/html"
"github.com/mmarkdown/markdown/xml"
"github.com/mmarkdown/mmark/mast"
"github.com/mmarkdown/mmark/xml"
)

// Flags control optional behavior of XML2 renderer.
Expand Down

0 comments on commit 14f5a05

Please sign in to comment.