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:
@@ -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="#"' %}
|
||||
|
||||
Reference in New Issue
Block a user