reverting markdown filtering and syntax highlighter settings to redcarpet and rouge
This commit is contained in:
@ -41,11 +41,22 @@ exclude:
|
||||
host: 127.0.0.1
|
||||
feedback_email: tomjohnson1492@gmail.com
|
||||
|
||||
highlighter: rouge
|
||||
markdown: kramdown
|
||||
kramdown:
|
||||
input: GFM
|
||||
auto_ids: true
|
||||
# Ideally use these settings once Jekyll and Github Pages sort out their issues...
|
||||
#highlighter: rouge
|
||||
#markdown: kramdown
|
||||
#kramdown:
|
||||
# input: GFM
|
||||
# auto_ids: true
|
||||
|
||||
# For now, these settings work:
|
||||
|
||||
highlighter: pygments
|
||||
markdown: redcarpet
|
||||
redcarpet:
|
||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "tables", "with_toc_data"]
|
||||
|
||||
|
||||
|
||||
|
||||
collections:
|
||||
tooltips:
|
||||
|
@ -14,7 +14,7 @@ The search is a simple search that looks at content in pages. It looks at titles
|
||||
|
||||
However, the search doesn't work like google — you can't hit return and see a list of results on the search results page, with the keywords in bold. Instead, this search shows a list of page titles that contain keyword matches. It's fast, but simple.
|
||||
|
||||
## Excluding pages form search
|
||||
## Excluding pages from search
|
||||
|
||||
By default, every page is included in the search. Depending on the type of content you're including, you may find that some pages will break the JSON formatting. If that happens, then the search will no longer work.
|
||||
|
||||
|
Reference in New Issue
Block a user