Skip to content

Commit

Permalink
chore: update example forms
Browse files Browse the repository at this point in the history
Remove paragraph rendering workarounds.
  • Loading branch information
nikku committed Jun 18, 2021
1 parent 41e2184 commit 679328d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/form-js-editor/test/spec/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"components": [
{
"type": "text",
"text": "# Invoice\nLorem _ipsum_ __dolor__ `sit`.\n \n \nA list of BPMN symbols:\n* Start Event\n* Task\nLearn more about [forms](https://bpmn.io).\n \n \nThis [malicious link](javascript:throw onerror=alert,'some string',123,'haha') __should not work__."
"text": "# Invoice\n\nLorem _ipsum_ __dolor__ `sit`.\n\nA list of BPMN symbols:\n\n* Start Event\n* Task\n\nLearn more about [forms](https://bpmn.io).\n \n \nThis [malicious link](javascript:throw onerror=alert,'some string',123,'haha') __should not work__."
},
{
"key": "creditor",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-js-viewer/test/spec/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"components": [
{
"type": "text",
"text": "# Invoice\nLorem _ipsum_ __dolor__ `sit`.\n \n \nA list of BPMN symbols:\n* Start Event\n* Task\nLearn more about [forms](https://bpmn.io).\n \n \nThis [malicious link](javascript:throw onerror=alert,'some string',123,'haha') __should not work__."
"text": "# Invoice\n\nLorem _ipsum_ __dolor__ `sit`.\n\nA list of BPMN symbols:\n\n* Start Event\n* Task\n\nLearn more about [forms](https://bpmn.io).\n \n \nThis [malicious link](javascript:throw onerror=alert,'some string',123,'haha') __should not work__."
},
{
"key": "creditor",
Expand Down

0 comments on commit 679328d

Please sign in to comment.