Skip to content

markdeep.min.js

Compare
Choose a tag to compare
@reelsense reelsense released this 20 Jan 07:46
· 38 commits to master since this release

2016-01-18 Version 0.08: References and Internal Links

  • Prevented HTML tags in the title from appearing in the browser tab
  • Fixed single-character bold and italic text hanging across lines
  • Fixed indented bold and italic text crossing lines
  • Added reference-style links
  • Added footnotes/endnotes
  • Added citations
  • Allowed code blocks within other formatting
  • Code blocks can now contain diagram syntax without it becoming a diagram
  • Optimized performance of documents with many blocks
  • Updated Markdeep line hides the document until formatting succeeds or loading markdeep.js times out
  • Added smart quotes for double quotation marks
  • Fixed strict mode for Firefox
  • Protected raw <code> blocks from processing
  • Added automatic section links
  • Added table and listing captions
  • Added figure, table, and listing numbering and references
  • Fixed single-letter italic words in lists
  • Allowed lists to omit the leading blank line if the previous line ends in a colon or comma
  • Allowed inline code to wrap around a line
  • Stylized ~~~~code blocks appropriately for listings, while leaving ```` blocks unadorned
  • Fixed URLs with underscores and tildes
  • Added robust processing of lists with inconsistent indenting
  • Added support for lists within definition lists
  • Fixed definition lists with multiple :-indented lines
  • Added support for multiple paragraphs in definition lists
  • Added support for multiple paragraphs in regular lists