-
Notifications
You must be signed in to change notification settings - Fork 518
Description
Hi,
I've read posts and the readme file on markdown. While it's clear that you use JSON in Lambda to pass your markdown payload, it's not clear if you use JSON in the code editor of the console when you're created a custom payload response.
When I add JSON to the code editor, it renders in the Lex Web UI as a string of code. When I put straight markdown in the code editor, it renders as markdown.
Anyone use the custom payload code editor in the Lex Console? Do you simply put your markdown in it without it being wrapped in JSON?
Lastly, using the code editor is weird. I can't figure out how to create spaces to leave an empty row (say I have text on lines 1 and 3 in the editor but want line 2 to be blank). It's super simple in markdown but it refuses to render an empty line in the UI. Any ideas?
Finally, the code editor will not render and inline link. I use link to render an inline link and the Lex Web UI will not display the message at all. Take the inline code out and the message renders. Any ideas?
Thanks