diff options
author | Philipp Klose <[email protected]> | 2020-07-21 00:26:54 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-07-21 00:47:55 +0200 |
commit | 8d72512825b4cee12dc1952004f48fd076a3517b (patch) | |
tree | d77ad5d17c58bc68bfa9a5ac935063288ae18a1c /parser/pageparser/pagelexer_shortcode.go | |
parent | e81aef0a954623e4a19062d1534bd8c2af97102a (diff) | |
download | hugo-8d72512825b4cee12dc1952004f48fd076a3517b.tar.gz hugo-8d72512825b4cee12dc1952004f48fd076a3517b.zip |
make sure documentation intro text only appears once
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 { |