Skip to content

Commit

Permalink
propagate output formats to isodoc so Presentation XML processing is …
Browse files Browse the repository at this point in the history
…aware of them: metanorma/metanorma-bsi#446
  • Loading branch information
opoudjis committed Oct 17, 2023
1 parent ed79cef commit 570ba4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Gemfile.devel
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
gem "metanorma", git: "https://github.com/metanorma/metanorma", branch: "fix/propagate_output_formats"



4 changes: 0 additions & 4 deletions lib/metanorma/standoc/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def html_path(file)
file)
end

def options_preprocess(options)
options[:output_formats] = output_formats
end

def output(isodoc_node, inname, outname, format, options = {})
options_preprocess(options)
case format
Expand Down

0 comments on commit 570ba4a

Please sign in to comment.