1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00

button fixes

This commit is contained in:
codecalm
2020-02-13 22:34:52 +01:00
parent f17824170c
commit 921c0a8bbe
6 changed files with 76 additions and 26 deletions
+2
View File
@@ -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 %}