Widget multiline examples correct behaviour
#67
by
mishig
HF Staff
- opened
YAML newlines syntax: | vs |-
| adds a new line char at the end \n. For example: 4+5=9\n5+6=?\n
| does not add a new line char at the end \n. For example: 4+5=9\n5+6=?, which we want
src {here}(https://stackoverflow.com/a/21699210/6558628) & here, also tested it locally
Thanks for the fix mishig!!
ybelkada
changed pull request status to
merged