module Mobiledoc::Utils::TagNames

Constants

LIST_SECTION_TAG_NAMES
MARKUP_SECTION_TAG_NAMES
MARKUP_TYPES

Public Instance Methods

normalize_tag_name(name) click to toggle source
# File lib/mobiledoc/utils/tag_names.rb, line 16
def normalize_tag_name(name)
  name.downcase
end