module GitlabKramdown
GitLab Kramdown
implements Markdown flavored extensions on top of Kramdown
This modules includes parser extensions that will be available as `GitlabKramdown` input option for Kramdown
gem.
Not all extensions are available as some of the requires access to context information that is only available on GitLab application.
To use Kramdown
with this extensions initialize your Kramdown::Document with:
Kramdown::Document.new(source, input: 'GitlabKramdown')
Constants
- VERSION