Move the shortcode parser to the new pageparser package
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 17 Oct 2018 10:57:09 +0000 (12:57 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 22 Oct 2018 17:57:43 +0000 (19:57 +0200)
commitd6c16afde0ce62cfea73447f30d6ed2b8ef4b411
treef0ef8eeb92a53ad2d41b70b767cfb5321cd0998e
parent6f3716dc22e373097a38d053f5415feca602f330
Move the shortcode parser to the new pageparser package

See #5324
hugolib/shortcode.go
hugolib/shortcodeparser.go [deleted file]
hugolib/shortcodeparser_test.go [deleted file]
parser/pageparser/shortcodeparser.go [new file with mode: 0644]
parser/pageparser/shortcodeparser_test.go [new file with mode: 0644]