Module: Yuzu::Translators
- Includes:
- Registrar
- Included in:
- Core::WebsiteFile
- Defined in:
- lib/yuzu/translators/base.rb,
lib/yuzu/translators/markdown.rb,
lib/yuzu/translators/plaintext.rb
Overview
Translators translate one markup language to another, e.g. markdown to html.
Defined Under Namespace
Classes: MarkdownTranslator, PlaintextTranslator, Translator