• Nice script!

    A few issue so far.

    Every youtube embed has been stripped from the output

    Was <div...><iframe ...></div> now it’s just <div...></div>

    Every code snippet has been reformatted and had <CR> inserted

    Was

    <pre...>
       this
       that
       there
    </pre>
    

    Now is

    <pre...>this<CR>
       that<CR>
       there<CR>
    <pre>
    

    Maybe I can try hacking on it to fix. Thank you for the starting point!

    • This topic was modified 7 years, 3 months ago by greggman.
  • The topic ‘Strips Embed content and other issues’ is closed to new replies.