Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

support markdown in comments #23

@patte

Description

@patte

API change (servers/republik/graphql/schema-types.js):

type Comment {
  ...
  # maybe becomes mdast/JSON later
  content: String
  ...
}

becomes:

type Comment {
  ...
  # mdAST
  content: JSON
  # content as string
  text: String
  ...
}

submitComment stays the same.

parse supported types:

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