You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/test.md
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
layout: default
3
3
title: Test
4
4
---
5
-
{::options parse_block_html="true" /}
6
5
7
6
Javascript Testing
8
7
==================
9
8
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!**{:/}!
12
10
13
11
This is a test of the javascript-based filtering code.
14
12
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:
52
50
Ubuntu (1)
53
51
54
52
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.
0 commit comments