~~ comment.forceLeadingSpace: true ~~
== should force a leading space ==
#
#test
##test
# test
#  test
#   test
#    test

[expect]
#
# test
## test
# test
#  test
#   test
#    test

== should force when is #! ==
#! Test
#!Test
#!## Test

[expect]
#! Test
#! Test
#! ## Test
