# -*- coding: utf-8; frozen_string_literal: true -*- # #-- # Copyright (C) 2009-2026 Thomas Leitner # # This file is part of kramdown which is licensed under the MIT. #++ # module Kramdown # The kramdown version. VERSION = '2.5.2' end