org-sync icon indicating copy to clipboard operation
org-sync copied to clipboard

sync should render org syntax to markdown before sync

Open kvineet opened this issue 4 years ago • 0 comments

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

kvineet avatar Aug 21 '21 07:08 kvineet