# LoTe Basic HTML Emitters Collection of basic HTML emitters for LoTe template language.
Contains implementations for most of the standard html tags, except for tables, forms and media. Can be used to bootstrap or as examples. Written in Typescript.
Node.js Support
Works fine in Node.js 4.5 and newer. Distributed as lote-basic-html-emitters npm module. Typings are included.
Browser Support
Technically should work in browsers but right now only exists as Node.js module.
Dependencies
lote 0.3.0 or newer.
Emitters list
- abbr/(2)
- article
- author/(1)
- bq(2)
- body
- b
- br/
- cite/(2)
- code(1)
- comment/(1)
- description/(1)
- div
- dl
- dt
- dd
- generator/(1)
- hr/
- head(3)
- header
- h1
- h2
- h3
- h4
- h5
- h6
- html(1)
- img/(5)
- i
- kbd(1)
- keywords/(1)
- link/(4)
- li
- ol
- p
- q
- ruby/(3)
- span
- sup
- sub
- s
- ul
- a(5)
- wbr/