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