Skip to content

Commit

Permalink
coradoc update: metanorma/suma#10
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 18, 2024
1 parent fd677ed commit 9396f70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/metanorma/plugin/lutaml/liquid/custom_filters.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require "coradoc"
require "coradoc/reverse_adoc"
require "coradoc/input/html"

module Metanorma
module Plugin
module Lutaml
module Liquid
module CustomFilters
def html2adoc(input)
Coradoc::ReverseAdoc.convert(input)
Coradoc::Input::HTML.convert(input)
end

def interpolate(input)
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/plugin/lutaml/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Metanorma
module Plugin
module Lutaml
VERSION = "0.7.6".freeze
VERSION = "0.7.7".freeze
end
end
end
2 changes: 1 addition & 1 deletion metanorma-plugin-lutaml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "asciidoctor"
spec.add_dependency "coradoc"
spec.add_dependency "coradoc", "~> 1.1.1"
spec.add_dependency "expressir", "~> 1.4.0"
spec.add_dependency "liquid"
spec.add_dependency "lutaml", ">= 0.9.4"
Expand Down

0 comments on commit 9396f70

Please sign in to comment.