Skip to content

Data Entry Format doesn't render Markdown #9

@Rmsharks4

Description

@Rmsharks4

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.",
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions