1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

docs hightlight fixes, dark mode improvements

This commit is contained in:
codecalm
2022-10-18 00:39:59 +02:00
parent 426dd0a93c
commit 76b7dbf679
8 changed files with 24 additions and 322 deletions

View File

@@ -33,11 +33,6 @@
{% endcapture %}
{% assign html = html | replace_regex: "\n\n+", new_line %}
{% unless include.show-svg %}
{% assign html = html | replace: '<svg', '<!-- SVG icon code -->
<svg' %}
{% endunless %}
{% assign html = html | replace_regex: 'url\(([^\)]+)\)', 'url(...)' %}
{% assign html = html | replace_regex: 'src="([^"]+)"', 'src="..."' %}
{% assign html = html | replace_regex: 'href="([^#][^"]+)"', 'href="#"' %}