Strips Embed content and other issues
-
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>
insertedWas
<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!
- The topic ‘Strips Embed content and other issues’ is closed to new replies.