Markdown::Renderer

module Markdown::Renderer

Direct including types

Defined in:

markdown/renderer.cr

Instance Method Summary

Instance Method Detail

abstract def begin_boldSource

abstract def begin_code(language)Source

abstract def begin_header(level)Source

abstract def begin_inline_codeSource

abstract def begin_italicSource

abstract def begin_link(url)Source

abstract def begin_list_itemSource

abstract def begin_ordered_listSource

abstract def begin_paragraphSource

abstract def begin_quoteSource

abstract def begin_unordered_listSource

abstract def end_boldSource

abstract def end_codeSource

abstract def end_header(level)Source

abstract def end_inline_codeSource

abstract def end_italicSource

abstract def end_linkSource

abstract def end_list_itemSource

abstract def end_ordered_listSource

abstract def end_paragraphSource

abstract def end_quoteSource

abstract def end_unordered_listSource

abstract def horizontal_ruleSource

abstract def image(url, alt)Source

abstract def text(text)Source

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/Markdown/Renderer.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部