doc/0110_code_small.rb in source2md-0.0.10 vs doc/0110_code_small.rb in source2md-0.0.11
- old
+ new
@@ -1,9 +1,9 @@
#+hidden: true
require "./setup"
-### Code snippet ###
+#+title3: Code snippet
# Separated by blank lines.
#+BEGIN_SRC
puts Source2MD::Section.new(<<~EOS).to_md
@@ -22,5 +22,15 @@
# > ```
# > ```ruby
# > hello.call
# > ```
+# >> ```ruby
+# >> hello = -> {
+# >> "Hello, world!"
+# >> }
+# >> ```
+# >>
+# >>
+# >> ```ruby
+# >> hello.call
+# >> ```