Describe the bug
If you publish a post with the footer HTML element, it's stripped from the post.
Context: I am trying to use a web extension's embed feature (Quotebacks) that's code requires the manipulation of the embed's footer. Since the footer gets stripped from the post, the code cannot find the footer and doesn't render properly.
Steps to reproduce (if necessary)
Steps to reproduce the behavior:
- Publish a post with a
<footer></footer> element
- Inspect the post in browser tools
- Notice how the footer element in the post is gone
Expected behavior
The footer element should have stayed intact when you inspect the post.
Describe the bug
If you publish a post with the
footerHTML element, it's stripped from the post.Context: I am trying to use a web extension's embed feature (Quotebacks) that's code requires the manipulation of the embed's footer. Since the footer gets stripped from the post, the code cannot find the footer and doesn't render properly.
Steps to reproduce (if necessary)
Steps to reproduce the behavior:
<footer></footer>elementExpected behavior
The footer element should have stayed intact when you inspect the post.