Module: Kramdown

Defined in:
lib/kramdown/ansi.rb,
lib/kramdown/version.rb

Overview

A namespace module for the Kramdown::ANSI library.

The Kramdown module serves as the root namespace for the Kramdown::ANSI library, which provides functionality for rendering Markdown documents with ANSI escape sequences in terminal environments. This module encapsulates the core components and converters necessary for transforming Markdown content into beautifully formatted terminal output.

Defined Under Namespace

Classes: ANSI

Constant Summary collapse

VERSION =

Kramdown version

'0.1.1'
VERSION_ARRAY =

:nodoc:

VERSION.split('.').map(&:to_i)
VERSION_MAJOR =

:nodoc:

VERSION_ARRAY[0]
VERSION_MINOR =

:nodoc:

VERSION_ARRAY[1]
VERSION_BUILD =

:nodoc:

VERSION_ARRAY[2]