udt-format icon indicating copy to clipboard operation
udt-format copied to clipboard

Data Entry Format doesn't render Markdown

Open Rmsharks4 opened this issue 5 years ago • 0 comments

Hi! Please try the following sample format (in the online app or in jupyter notebook) - it won't render even though the documentation says so.

{
  "name": "New data_entry Dataset",
  "interface": {
    "type": "data_entry",
    "surveyjs": {
      "questions": [
        {
          "type": "text",
          "name": "document_title",
          "title": "Title of Document"
        }
      ]
    }
  },
  "samples": [
    {
      "_id": "crap",
      "document": "i'm alive.",
    }
  ]
}

Rmsharks4 avatar Dec 06 '20 14:12 Rmsharks4