Sha256: ebed871c7f1784810c22686fab7b6fc638a24dad009b14fd3c295cc167894322

Contents?: true

Size: 361 Bytes

Versions: 38

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

module Stepmod
  module Utils
    module Converters
      class Dt < ReverseAdoc::Converters::Base
        def convert(node, _state = {})
          return "\n\n{blank}::" if node.text.strip.length.zero?

          "\n\n#{node.text}:: "
        end

        ReverseAdoc::Converters.register :dt, Dt.new
      end
    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
stepmod-utils-0.4.8 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.7 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.6 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.5 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.2 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.1 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.4.0 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.37 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.36 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.35 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.34 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.33 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.32 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.31 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.30 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.29 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.28 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.27 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.26 lib/stepmod/utils/converters/dt.rb
stepmod-utils-0.3.25 lib/stepmod/utils/converters/dt.rb