Skip to content

Commit

Permalink
Change pre-render to # pre-render
Browse files Browse the repository at this point in the history
  • Loading branch information
jamos-tay committed Dec 24, 2018
1 parent c125a3e commit 8f61ba1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_site/expected/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h2 id="panel-content-inside-unexpanded-panel-should-not-appear-in-search-data">
</panel>
<h1 id="div-for-plugins">Div for plugins<a class="fa fa-anchor" href="#div-for-plugins"></a></h1>
<div id="test-plugins">
<h2>Pre-render<a class="fa fa-anchor" href="#undefined"></a></h2>
<h1 id="pre-render">Pre-render<a class="fa fa-anchor" href="#pre-render"></a></h1>
<p>Post-render</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion test/test_site/expected/siteData.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"modal-with-panel-inside": "Modal with panel inside",
"unexpanded-panel": "Unexpanded panel",
"div-for-plugins": "Div for plugins",
"undefined": "Pre-render"
"pre-render": "Pre-render"
},
"title": "Hello World",
"footer": "footer.md",
Expand Down
2 changes: 1 addition & 1 deletion test/test_site/site.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"siteContext" : {
"testPlugin" : {
"pre": "<h2>Pre-render</h2>",
"pre": "\n\n# Pre-render",
"post": "<p>Post-render</p>"
}
}
Expand Down

0 comments on commit 8f61ba1

Please sign in to comment.