hugo/parser/pageparser
Bjørn Erik Pedersen 7540a62834
parser/pageparser: Fix handling of commented out front matter
When the page parser was rewritten in 0.51, this was interpreted literally, but commented out front matter is used in the wild to "hide it from GitHub", e.g:

```
<!--
+++
title = "hello"
+++
-->
```

Fixes #5478
2018-11-28 10:28:50 +01:00
..
item.go parser/pageparser: Fix handling of commented out front matter 2018-11-28 10:28:50 +01:00
pagelexer.go parser/pageparser: Fix handling of commented out front matter 2018-11-28 10:28:50 +01:00
pagelexer_test.go parser/pageparser: Fix when only shortcode and then summary 2018-11-24 18:23:23 +01:00
pageparser.go Resolve error handling/parser related TODOs 2018-10-23 19:41:22 +02:00
pageparser_intro_test.go parser/pageparser: Fix handling of commented out front matter 2018-11-28 10:28:50 +01:00
pageparser_shortcode_test.go Add inline shortcode support 2018-11-27 16:14:09 +01:00