moacirrf / netbeans-markdown

This plugin adds some additional features to Apache Netbeans Markdown Editor. Preview, Split Window, Suggestion, Export to DOCX, PDF and HTML
https://github.com/moacirrf/netbeans-markdown
GNU General Public License v3.0
16 stars 1 forks source link

Fix exceptions to return null to avoid print stacktrace and gif support #21

Closed moacirrf closed 2 years ago

moacirrf commented 2 years ago
  1. Gif support.
  2. Fix org.apache.batik.dom.util.SAXIOException: Content is not allowed in prolog execption.
  3. Fix exceptions to return null to avoid print stacktrace.