mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-12 13:23:26 +00:00
Switch markdown engine to kramdown.
This commit is contained in:
parent
83595685c3
commit
f7aafb1a40
@ -1,10 +1,11 @@
|
|||||||
### Global gh-pages pre-amble
|
### Global gh-pages pre-amble
|
||||||
safe: true
|
safe: true
|
||||||
lsi: false
|
lsi: false
|
||||||
pygments: true
|
markdown: kramdown
|
||||||
markdown: redcarpet
|
kramdown:
|
||||||
redcarpet:
|
input: GFM
|
||||||
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
|
auto_ids: true
|
||||||
|
syntax_highlighter: rouge
|
||||||
|
|
||||||
|
|
||||||
### The following properties will change on a project-by-project basis
|
### The following properties will change on a project-by-project basis
|
||||||
|
@ -62,6 +62,7 @@ The Spring Data Elasticsearch project provides integration with the Elasticsearc
|
|||||||
|
|
||||||
|
|
||||||
<span id="quick-start"></span>
|
<span id="quick-start"></span>
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
{% include download_widget.md %}
|
{% include download_widget.md %}
|
||||||
|
@ -8,7 +8,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
Spring.configureCopyButtons = function() {
|
Spring.configureCopyButtons = function() {
|
||||||
if (ZeroClipboard.detectFlashSupport()) {
|
if (ZeroClipboard.detectFlashSupport()) {
|
||||||
$(".highlight > pre").each(function(index) {
|
$(".highlighter-rouge > pre").each(function(index) {
|
||||||
Spring.buildCopyButton($(this), index);
|
Spring.buildCopyButton($(this), index);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user