Jump to content

Write note in markdown format through API


Jose Caraballo Cova

Recommended Posts

Hello, quick question regarding notes. I want to create one via your API in Markdown format. I have tried with something like this:
 
data ="""
HEADING
=========
* List
    * sublist
"""

project.create_note(data, my_user)

But it's not being displayed properly ( plain text not in markdown). How a note created through this method should look like to in order to be displayed correctly?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...