Sha256: c3036ac964e6310074afae779fa9f42c9246a10e6eeb9a9b85349dc25a7f9699

Contents?: true

Size: 302 Bytes

Versions: 9

Compression:

Stored size: 302 Bytes

Contents

#+hidden: true
require "./setup"

#+title3: Title

# No number limit.

#+BEGIN_SRC
puts Source2MD::Section.new(<<~EOS).to_md
  #+title1: Title Level 1

  #+title2: Title Level 2

  #+title3: Title Level 3
EOS
#+END_SRC

# ```
# # Title Level 1 #
#
# ## Title Level 2 ##
#
# ### Title Level 3 ###
# ```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
source2md-0.0.19 doc/0160_title.rb
source2md-0.0.18 doc/0160_title.rb
source2md-0.0.17 doc/0160_title.rb
source2md-0.0.16 doc/0160_title.rb
source2md-0.0.15 doc/0160_title.rb
source2md-0.0.14 doc/0160_title.rb
source2md-0.0.13 doc/0160_title.rb
source2md-0.0.12 doc/0160_title.rb
source2md-0.0.11 doc/0160_title.rb