Sha256: 57b2c2b217cb8509107138a89515478c9f904d2a9f3d3c9a410892d3d586a74b
Contents?: true
Size: 455 Bytes
Versions: 20
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true require "metanorma/plugin/lutaml/lutaml_diagram_base" module Metanorma module Plugin module Lutaml class LutamlDiagramBlockMacro < ::Asciidoctor::Extensions::BlockMacroProcessor include LutamlDiagramBase use_dsl named :lutaml_diagram def lutaml_file(document, file_path) File.new(Utils.relative_file_path(document, file_path)) end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems