-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test website to test seach panel headings
- Loading branch information
Showing
8 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<p>This is a page from another Markbind site.</p> | ||
<h2 id="feature-list">Feature list</h2> | ||
<p>It is a list of features (or functionalities) grouped according to some criteria such as priority (e.g. must-have, nice-to-have, etc. ), order of delivery, object or process related (e.g. order-related, invoice-related, etc.). Here is a sample feature | ||
list from Minesweeper (only a brief description has been provided to save space).</p> | ||
<ol> | ||
<li>Basic play – Single player play.</li> | ||
<li>Difficulty levels – Additional Medium and Advanced levels.</li> | ||
<li>Versus play – Two players can play against each other.</li> | ||
<li>Timer – Additional fixed time restriction on the player.</li> | ||
</ol> | ||
<img src="/test_site/sub_site/images/I'm not allowed to use my favorite tool.png"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<panel header="## Nested Panel" src="/test_site\testPanels\NormalPanelContent._include_.html" expanded=""></panel> |
1 change: 1 addition & 0 deletions
1
test/test_site/expected/testPanels/NormalPanelContent._include_.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h3 id="normal-panel-content-heading">normal panel content heading</h3> |
1 change: 1 addition & 0 deletions
1
test/test_site/expected/testPanels/PanelNormalSource._include_.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h3 id="panel-normal-source-content-headings">panel normal source content headings</h3> |
4 changes: 4 additions & 0 deletions
4
test/test_site/expected/testPanels/PanelSourceContainsSegment._include_.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div id="segment"> | ||
<h3 id="panel-source-segment-content-headings">panel source segment content headings</h3> | ||
</div> | ||
<h3 id="this-heading-is-not-src-of-any-panel-so-it-should-not-be-in-the-search-data">this heading is not src of any panel, so it should not be in the search data</h3> |
1 change: 1 addition & 0 deletions
1
test/test_site/expected/testPanels/boilerTestPanel._include_.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h3 id="boilerplate-test-for-panel-heading">boilerplate test for panel heading</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<h3 id="heading-in-panel-boilerplate">heading in panel boilerplate</h3> |