Module: JekyllKramdown

Defined in:
lib/kramdown_class.rb,
lib/jekyll_kramdown/version.rb

Overview

See https://www.mslinn.com/jekyll/10200-jekyll-plugin-background.html See https://www.mslinn.com/jekyll/10400-jekyll-plugin-template-collection.html

The Jekyll log level defaults to :info, which means all the Jekyll.logger statements below will not generate output. You can control the log level when you start Jekyll. To set the log level to :debug, write an entry into _config.yml, like this: plugin_loggers:

Kramdown: debug

Examples:

Heading for this example

{% kramdown %}
  Content here
{% endkramdown %}

Defined Under Namespace

Classes: Kramdown

Constant Summary collapse

JekyllKramdownError =
::JekyllSupport.define_error
PLUGIN_NAME =
'kramdown'.freeze
VERSION =
'0.1.0'.freeze