I have the following notes file:
# Multiple machines
config.vm.define "foo" do |machine|
end
config.vm.define "bar" do |machine|
end
And when I print it out with notes, it ignores the block that has no precedent comment line (the second ruby block).
Check out the screenshot attached

I have the following notes file:
And when I print it out with
notes, it ignores the block that has no precedent comment line (the second ruby block).Check out the screenshot attached