1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

form helpers

This commit is contained in:
chomik
2019-05-20 23:02:56 +02:00
parent 5dc2b3cbb7
commit 7389d5bbca
17 changed files with 114 additions and 45 deletions

View File

@@ -14,6 +14,10 @@ module Jekyll
def initialize(tag_name, markup, tokens)
super
if markup.strip == ""
markup = 'html'
end
if markup.strip =~ SYNTAX
@lang = $1.downcase
@options = {}