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

BigScience Workshop org

Thanks for the fix mishig!!

ybelkada changed pull request status to merged

Sign up or log in to comment