Fix comments: comments must start with #\s not just #
This commit is contained in:
parent
16ccafe8a3
commit
c025db7bdd
5 changed files with 9 additions and 2 deletions
3
org/testdata/keywords.pretty_org
vendored
3
org/testdata/keywords.pretty_org
vendored
|
@ -20,3 +20,6 @@ named paragraph
|
|||
#+BEGIN_SRC
|
||||
named block
|
||||
#+END_SRC
|
||||
|
||||
# comments must have whitespace after the hashtag
|
||||
#not a comment because there's no space after the hashtag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue