All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
PREtags will be pasted in<pre><code></code></pre>format instead of<pre></pre>to follow HTML 5 convention of embedding a<code>element inside the<pre>.
- The Plug-in will not paste the textbox contents if it's empty.
- RTF error handling that could cause a error message for the user when opening "Paste As" plugin.
- RTF parsing when user wasn't using Line Break conversion.
- It also gets wrapped in a
<code>block. - This plug-in will look for an RTF encoding of some code in the clipboard and convert it to HTML with elements galore using RtfPipe.
- "Convert Line Feeds into
tags?" option. By default newlines/Linefeeds/etc are converted now into
tags. This conversion can be turned off by unchecking it.
- First public release