mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
form helpers
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user