If a checklist item has a trigger for an automatic markup link, then no items can be added directly after it. The automatic markup links code is specific to WordPress.com, but other users could experience similar conflicts.
Steps to reproduce:
Create a list inside a post
Click on one of the entries, then on the Add New After button
Enter the following as the new item content and submit it: text with a trigger for automated markup links like #121-gh-wp-super-cache foo bar
Click on the new item from the previous step, then on the Add new After button
Enter this content and submit it: just regular text without anything special
The request in the final step will fail. If you try to add it after an item that doesn't have the trigger it will work. It also works if the [issue https://github.com/automattic/wp-super-cache/pull/121] shortcode is used instead of the trigger for the automated link.
If a checklist item has a trigger for an automatic markup link, then no items can be added directly after it. The automatic markup links code is specific to WordPress.com, but other users could experience similar conflicts.
Steps to reproduce:
Add New After
buttontext with a trigger for automated markup links like #121-gh-wp-super-cache foo bar
Add new After
buttonjust regular text without anything special
The request in the final step will fail. If you try to add it after an item that doesn't have the trigger it will work. It also works if the
[issue https://github.com/automattic/wp-super-cache/pull/121]
shortcode is used instead of the trigger for the automated link.