Skip to content

Official 1.4.1 version

Latest

Choose a tag to compare

@carloBarazzetta carloBarazzetta released this 17 Jun 14:56
  • fixed tables: inline constructs no longer span cells
  • updated Markdown Support Test.md file
  • fixed Allow Unsafe mode

11 Jun 2026: ver. 1.4.0

  • Added "-unsafe" command line option to MarkDownToHTML.exe (safe mode is the default)
  • Fixed safe mode: unsafe HTML elements (script, iframe, object, applet, frame...) are now correctly escaped
  • Math formulas: replaced the deprecated Google Chart API with the CodeCogs LaTeX renderer
  • Math formulas: added support for centered formula blocks using the $$...$$ syntax
  • Improved tables support
  • TUtils.codeEncode now encodes spaces as %20
  • Aligned with upstream FPC-markdown by Miguel A. Risco-Castillo