mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
[docs] preprocess single-page html as well (#11045)
This commit is contained in:
parent
c3d9bb829b
commit
b5620c070c
@ -34,7 +34,7 @@
|
|||||||
{% if single_page and page.content %}
|
{% if single_page and page.content %}
|
||||||
<!-- BREAK -->
|
<!-- BREAK -->
|
||||||
(function() {
|
(function() {
|
||||||
{% for chunk in page.content|chunks %}
|
{% for chunk in page.content|adjust_markdown_html|chunks %}
|
||||||
document.write({{ chunk|tojson|safe }});
|
document.write({{ chunk|tojson|safe }});
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
})();
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user