Fix extra whitespace (#17)
Due to extra whitespace, the `** Back` heading in the example wasn't recognized as an org heading. I noticed that when I copied the example from github into an org buffer.
This commit is contained in:
parent
88895abfcd
commit
87394670a2
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ If you're using [[https://github.com/radian-software/straight.el][straight.el]]
|
|||
:ANKI_NOTE_TYPE: Basic
|
||||
:END:
|
||||
|
||||
,** Back
|
||||
,** Back
|
||||
|
||||
Yes, like this one, Front is missing, ~anki-editor~ will use note
|
||||
heading as Front. This is neat as sometimes it's verbose to repeat
|
||||
|
|
Loading…
Reference in a new issue