Added empty lines around YAML code fences
This commit is contained in:
2
bin/docs
2
bin/docs
@@ -70,6 +70,7 @@ class DocWriter
|
|||||||
generate_line(line, heading: place == :new_section)
|
generate_line(line, heading: place == :new_section)
|
||||||
place = :in_section
|
place = :in_section
|
||||||
else
|
else
|
||||||
|
output.puts
|
||||||
output.puts "```yaml"
|
output.puts "```yaml"
|
||||||
output.puts line
|
output.puts line
|
||||||
place = :in_yaml
|
place = :in_yaml
|
||||||
@@ -77,6 +78,7 @@ class DocWriter
|
|||||||
when :in_yaml, :in_empty_line_yaml
|
when :in_yaml, :in_empty_line_yaml
|
||||||
if line =~ /^ *#/
|
if line =~ /^ *#/
|
||||||
output.puts "```"
|
output.puts "```"
|
||||||
|
output.puts
|
||||||
generate_line(line, heading: place == :in_empty_line_yaml)
|
generate_line(line, heading: place == :in_empty_line_yaml)
|
||||||
place = :in_section
|
place = :in_section
|
||||||
elsif line.empty?
|
elsif line.empty?
|
||||||
|
|||||||
Reference in New Issue
Block a user