Nick Nicholas

Results 23 comments of Nick Nicholas

See https://github.com/nsip/csvlint.rb for patch

The DSL is not documented anywhere. I'd suggest at least the following, having wasted several hours trying to figure it out: Inline macros consist of a name (the component before...

Btw I don't have an opinion about this (well, actually I do, which is AsciiMath is fine though not centrally defined); but I'll note that http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.pdf is as close as...

Here's the culprit: lib/reverse_adoc/converters/em.rb ```` module ReverseAdoc module Converters class Em < Base def to_coradoc(node, state = {}) content = treat_children_coradoc(node, state.merge(already_italic: true)) if Coradoc::Generator.gen_adoc(content).strip.empty? return "" end ```` Wrong....

I DID TEST IT WITH CORADOC ```` index a08ad72..5b996d7 100644 --- a/lib/metanorma/plugin/lutaml/liquid/custom_filters.rb +++ b/lib/metanorma/plugin/lutaml/liquid/custom_filters.rb @@ -1,4 +1,4 @@ -require "reverse_adoc" +require "coradoc/reverse_adoc" module Metanorma module Plugin diff --git a/metanorma-plugin-lutaml.gemspec b/metanorma-plugin-lutaml.gemspec...

This would not be such an issue if it were not for the unwelcome warning: ```` Deprecated: reverse_adoc has been merged into coradoc gem. | Please update your references from:...

This is now holding up release, so it is urgent.

I'm not the person to ask, and I'd have thought 1 was adequate. 3 can indeed be done as a wrapper to 1 and 2, but I don't have the...

@HassanAkbar @ronaldtse What is the latest on this

I'm trying to see if Ruby 3.4.1 will address this.