blob: 3700b9de47e9b252643a8b404c3cecafbb26f47c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- coding: utf-8; frozen_string_literal: true -*-
#
#--
# Copyright (C) 2009-2019 Thomas Leitner <t_leitner@gmx.at>
#
# This file is part of kramdown which is licensed under the MIT.
#++
#
require 'kramdown/document'
|