Skip to content

sync should render org syntax to markdown before sync #59

Description

@kvineet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions