diff options
Diffstat (limited to 'parser/pageparser/pagelexer_shortcode.go')
-rw-r--r-- | parser/pageparser/pagelexer_shortcode.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/parser/pageparser/pagelexer_shortcode.go b/parser/pageparser/pagelexer_shortcode.go index 61ba43f2c..e8e3490aa 100644 --- a/parser/pageparser/pagelexer_shortcode.go +++ b/parser/pageparser/pagelexer_shortcode.go @@ -11,10 +11,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package pageparser provides a parser for Hugo content files (Markdown, HTML etc.) in Hugo. -// This implementation is highly inspired by the great talk given by Rob Pike called "Lexical Scanning in Go" -// It's on YouTube, Google it!. -// See slides here: http://cuddle.googlecode.com/hg/talk/lex.html package pageparser type lexerShortcodeState struct { |