-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finalize the documentation pages (#77)
- processing our special markdown notation [[ ]] still had numerous issues, like parsed inside code blocks - some markdown links still not skipped - processing order of [[ ]] [[ | ]] was bogus - added handling of a special form of our notation [[title|-]] that can protect the given title from further autolink/tooltip processing - prepared possible processing of our markdown notation in H2-H6 headings - Signed-off-by: Hofi <[email protected]>
- Loading branch information
Showing
16 changed files
with
674 additions
and
693 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ | |
- '[Ii]nstallation' | ||
- '[Oo]ption[s]?' | ||
- '[Nn]ame' | ||
- 'syslog-ng OSE configuration' |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,3 @@ | ||
/* ========================================================================== | ||
Custom js init stuff | ||
========================================================================== */ | ||
|
||
// $(function () { | ||
// | ||
// // Override the default lunr tokenizer options, as a quick fix added _ to the list to get ignored the differences like option-1 and option_1 | ||
// //lunr.tokenizer.separator = /[\s\-_]+/ | ||
// lunr.tokenizer.separator = /[\s]+/ | ||
// | ||
// }); | ||
Add custom, common js initialization related part here | ||
========================================================================== */ |
Oops, something went wrong.