I have been using the Live Script Generation rules with Amp to successfully create new Live Scripts, but noticed that the bulleted lists were not rendering properly.
The example code is:
%[text] - First item\
%[text] - Second item\
%[text] - Third item\
This does not render the list:

It looks like there needs to be a space between the text and the slash, and there only needs to be one slash to mark the end of the list:
%[text] - First item
%[text] - Second item
%[text] - Third item \
