Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switched xml_escape for <![CDATA[]]> for post content #332

Merged
merged 3 commits into from Jan 1, 2022

Commits on Jan 17, 2021

  1. Switched xml_escape for <![CDATA[]]> for post content

    See "Handling Atom Text and Content Constructs" (http://www.xml.com/pub/a/2005/12/07/handling-atom-text-and-content-constructs.html) for an explanation why this is valid and the recommended way of handling unescaped content in XML documents.
    
    TL;DR: Much nicer to read if you for some reason have a look at the feed.xml source. Also less parsing on the client-side.
    michaelnordmeyer committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    bc13769 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Configuration menu
    Copy the full SHA
    db02409 View commit details
    Browse the repository at this point in the history
  2. Fixes test

    michaelnordmeyer committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    5d65551 View commit details
    Browse the repository at this point in the history