mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +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 %}
|
||||
<!-- BREAK -->
|
||||
(function() {
|
||||
{% for chunk in page.content|chunks %}
|
||||
{% for chunk in page.content|adjust_markdown_html|chunks %}
|
||||
document.write({{ chunk|tojson|safe }});
|
||||
{% endfor %}
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user