neodolphin
Forum Replies Created
-
Forum: Plugins
In reply to: [Prismatic] XML and HTML EscapingCool thanks 🙂
Forum: Plugins
In reply to: [Prismatic] XML and HTML EscapingYeh now look neat 8)
I noticed a language-none would cool to be able to select it so the CSS is still loaded because otherwise it’s a plain pre.
Forum: Plugins
In reply to: [Prismatic] XML and HTML EscapingFound the issue, was my theme default nineteen wordpress worked.
One I’ve noted is if you don’t select a language and there is no other block then it’s not loaded.
Also if we can transform from standard pre or code block to prismatic would be great for migration
Otherwise loving it 😀Forum: Plugins
In reply to: [Prismatic] XML and HTML EscapingCurrently using prism.js in the example they have on markup we can see the spacing kept.
Will play a bit on my test env to see if my theme mess around with itForum: Plugins
In reply to: [Prismatic] XML and HTML EscapingRight so next time I RTFM…….. Escaping is Code Escape option in the plugin…..
Still have little request tho. The escaping is not keeping the spacing to make the indentation nice. Any idea how to do that ?Forum: Plugins
In reply to: [Prismatic] XML and HTML Escaping<?xml version="1.0" encoding="ISO-8859-1"?> <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <country>Columbia</country> <price>10.90</price> <year>1985</year> </cd> </catalog>this code doesn’t work with Prismatic