github showdownjs/showdown 1.2.1
1.2.1 (2015-07-22)

latest releases: 2.1.0, 2.0.4, 2.0.3...
8 years ago

Features

  • smoothLivePreview: fix weird effects due to parsing incomplete input (62ba3733)
  • subParsers/githubCodeBlock: add extra language class to conform to html5 spec (b7f5e32)

Bug Fixes

  • tables:
    • fix undefined error in malformed tables (6176977)

      Cannot read property 'trim' of undefined happens when the parser is fed a malformed table.
      This happens in live previews (for instance, when using Angularjs).

    • add support for md span elements in table headers (789dc18)

      Closes #179

  • italicsAndBold:
    • fix broken em/strong tags when used with literalMidWordUnderscores (7ee2017)

      When literalMidWordUnderscoresis set to true, em and strong tags that start or end a paragraph don't get parsed as such.
      This fixes this issue.

      Closes #174

    • fix underscores not being correctly parsed when used in conjunction with literalMidWordsUnderscores option (c9e85f1)

  • codeSpans: Fix issue with code html tags not being correctly escaped (5f043ca)
  • images: fix alt attribute not being escaped correctly (542194e)

Don't miss a new showdown release

NewReleases is sending notifications on new releases.