diff options
Diffstat (limited to 'parser/pageparser/pagelexer.go')
-rw-r--r-- | parser/pageparser/pagelexer.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/parser/pageparser/pagelexer.go b/parser/pageparser/pagelexer.go index f994286d9..7092b7b2b 100644 --- a/parser/pageparser/pagelexer.go +++ b/parser/pageparser/pagelexer.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 import ( |