Module: ErectorToFortitude

Defined in:
lib/erector_to_fortitude.rb,
lib/erector_to_fortitude/version.rb,
lib/erector_to_fortitude/rewriter.rb,
lib/erector_to_fortitude/converter.rb,
lib/erector_to_fortitude/html_tags.rb

Defined Under Namespace

Classes: Converter, Rewriter

Constant Summary collapse

VERSION =
'0.0.2'
HTML_TAGS =
%w(
  area
  base
  br
  col
  embed
  frame
  hr
  img
  input
  link
  meta
  param
  a
  abbr
  acronym
  address
  article
  aside
  audio
  b
  bdo
  big
  blockquote
  body
  button
  canvas
  caption
  center
  cite
  code
  colgroup
  command
  datalist
  dd
  del
  details
  dfn
  dialog
  div
  dl
  dt
  em
  fieldset
  figure
  footer
  form
  frameset
  h1
  h2
  h3
  h4
  h5
  h6
  head
  header
  hgroup
  html
  i
  iframe
  ins
  keygen
  kbd
  label
  legend
  li
  map
  mark
  meter
  nav
  noframes
  noscript
  object
  ol
  optgroup
  option
  p
  pre
  progress
  q
  ruby
  rt
  rp
  s
  samp
  script
  section
  select
  small
  source
  span
  strike
  strong
  style
  sub
  sup
  table
  tbody
  td
  textarea
  tfoot
  th
  thead
  time
  title
  tr
  tt
  u
  ul
  var
  video
)