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