mirror of
https://github.com/tabler/tabler.git
synced 2026-07-26 04:54:40 +04:00
button fixes
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
{% endcapture %}
|
||||
{% assign code = code | replace_regex: "\n\n+", new_line %}
|
||||
{% assign code = code | replace_regex: '<svg[^>]*>.*?<\/svg>', '<!-- SVG icon code -->' %}
|
||||
{% assign code = code | replace_regex: 'url\(([^\)]+)\)', 'url(...)' %}
|
||||
{% assign code = code | htmlbeautifier %}
|
||||
|
||||
<div class="example-code">
|
||||
{% highlight html %}{{ code }}{% endhighlight %}
|
||||
|
||||
Reference in New Issue
Block a user