org-sync
org-sync copied to clipboard
sync should render org syntax to markdown before sync
I should be able to write using org syntax in org file and the issue generated after sync should transform it to markdown. Similarly vice a versa.
How to Reproduce:
* [#A] issue for =debug= command
** Acceptance
The =debug= command should log properly
Expected:
Title:
[#A] issue for `debug` command
comment:
## Acceptance
The `debug` command should log properly
Observed:
Title:
[#A] issue for
comment:
The =debug= command should log properly
- the title got chopped off
- the comment section did not have sub-headings
- the comment section did not render correct markdown syntax