Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backslash in the end should be hardBreak #15

Open
xmedeko opened this issue Oct 13, 2021 · 0 comments
Open

Backslash in the end should be hardBreak #15

xmedeko opened this issue Oct 13, 2021 · 0 comments

Comments

@xmedeko
Copy link

xmedeko commented Oct 13, 2021

Markdown backslash in the end of a line should be hardBreak in ADF. E.g.

one
\
\
two

should be

"content": [
  {
    "type": "text",
    "text": "one"
  },
  {
    "type": "hardBreak"
  },
  {
    "type": "hardBreak"
  },
  {
    "type": "text",
    "text": "two"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant