Skip to content

Commit 964eaca

Browse files
author
Tom Clark
committed
More testing of kramdown options support
1 parent d7b36c1 commit 964eaca

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pages/test.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
layout: default
33
title: Test
44
---
5-
{::options parse_block_html="true" /}
65

76
Javascript Testing
87
==================
98

10-
Testing kramdown's options syntax:
11-
Disabling markdown: {::nomarkdown}**I'm weak, not strong!**{:/}!
9+
Testing kramdown's options syntax: {::nomarkdown}**I'm weak, not strong!**{:/}!
1210

1311
This is a test of the javascript-based filtering code.
1412
The idea is that there are sections with `data-facets={"some": "json"}` data attributes that are used to list key-value pairs that javascript uses to "facet" the document with.
@@ -52,17 +50,15 @@ If you clicked on the "Source (1)" `li` then you should see this:
5250
Ubuntu (1)
5351

5452
Package Management (3)
55-
Source (Selected)
56-
Homebrew (1)
57-
Macports (1)
58-
59-
That is, "Source" goes to the top of the list and the other lists are filtered.
53+
Source
6054

6155
<section class="tutorial" data-facets='{"Operating System": "OS X", "Package Management": "Homebrew"}'>
6256
This is the tutorial written for _OS X_ and _Homebrew_.
6357
It has data attributes on the preceeding `hr` tag.
6458
</section>
6559

60+
{::options parse_block_html="true" /}
61+
6662
<section class="tutorial" data-facets='{"Operating System": "OS X", "Package Management": "Macports"}'>
6763
This is the tutorial written for _OS X_ and _Source_.
6864
It has data attributes on a surrounding section tag (written in html).

0 commit comments

Comments
 (0)