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

New carousel indicators: dots, vertical, thumbs (#1101)

This commit is contained in:
Paweł Kuna
2022-03-28 12:38:01 +02:00
committed by GitHub
parent 6680ef9235
commit 278fe7bba1
8 changed files with 154 additions and 23 deletions

View File

@@ -42,6 +42,7 @@
{% assign html = html | replace_regex: 'src="([^"]+)"', 'src="..."' %}
{% assign html = html | replace_regex: 'href="([^#][^"]+)"', 'href="#"' %}
{% assign html = html | replace_regex: '\{% hide %\}.*?\{% endhide %\}', '' %}
{% assign html = html | replace_regex: 'class=" ', 'class="' %}
{% assign html = html | htmlbeautifier %}