Cebe Markdown v1.0.0-rc Release Notes

Release Date: 2014-10-10 // over 9 years ago
    • 📜 #21 speed up inline parsing using strpbrk about 20% speedup compared to parsing before.
    • #24 CLI script now sends all error output to stderr instead of stdout
    • 👍 #25 Added partial support for the Markdown Extra flavor
    • 👍 #10 GithubMarkdown is now fully supported including tables
    • #67 All Markdown classes are now composed out of php traits
    • 👀 #67 The way to extend markdown has changed due to the introduction of an abstract syntax tree. See dd2d0fa for how it changes or read the new README.
    • 📜 Introduced an abstract syntax tree as an intermediate representation between parsing steps.
      🛠 This not only fixes some issues with nested block elements but also allows manipulation of the markdown
      before rendering.
    • 🛠 This version also fixes serveral rendering issues.