Module: Kramdown

Defined in:
lib/kramdown/parser/formdown.rb

Overview

Formdown extends the Markdown language with practical HTML form builder syntax.

TODO

  • name: Form values should be applied at a different layer, NOT within this file. This will make sure that we don’t clobber the users form submissions.

  • DRY up the methods below into more of a macro language. The constants, extractions, etc. are a common pattern.

Defined Under Namespace

Modules: Parser