版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. # [Changelog](http://keepachangelog.com/)
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. # [2.3.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.5...v2.3.0) (2022-08-30)
  4. ### Features
  5. * highlight inline code [#599](https://github.com/jGleitz/markdown-it-prism/issues/599) ([e7c91ac](https://github.com/jGleitz/markdown-it-prism/commit/e7c91ac5095e7d45c772aba619e8f912d4a206c7))
  6. ## [2.2.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.4...v2.2.5) (2022-08-23)
  7. ### Bug Fixes
  8. * **deps:** update dependency prismjs to v1.29.0 ([f20d725](https://github.com/jGleitz/markdown-it-prism/commit/f20d72538a66df812b4da4cff7d8336a62df7585))
  9. ## [2.2.4](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.3...v2.2.4) (2022-04-17)
  10. ### Bug Fixes
  11. * **deps:** update dependency prismjs to v1.28.0 ([a12eba5](https://github.com/jGleitz/markdown-it-prism/commit/a12eba55bd951b9937daf2949dce73ac48573fde))
  12. ## [2.2.3](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.2...v2.2.3) (2022-02-18)
  13. ### Bug Fixes
  14. * **deps:** update dependency prismjs to v1.27.0 ([9d51407](https://github.com/jGleitz/markdown-it-prism/commit/9d51407837223cf8a0c39220ef6fb703b5b02c07))
  15. ## [2.2.2](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.1...v2.2.2) (2022-01-06)
  16. ### Bug Fixes
  17. * **deps:** update dependency prismjs to v1.26.0 ([a246096](https://github.com/jGleitz/markdown-it-prism/commit/a2460963dcece31c766019755ed45ec94fd4ad7e))
  18. ## [2.2.1](https://github.com/jGleitz/markdown-it-prism/compare/v2.2.0...v2.2.1) (2021-09-16)
  19. ### Bug Fixes
  20. * **deps:** update dependency prismjs to v1.25.0 ([49fb336](https://github.com/jGleitz/markdown-it-prism/commit/49fb336c16ca9e1b87e4edd867b6b808ebfa6cf3))
  21. # [2.2.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.8...v2.2.0) (2021-08-23)
  22. ### Features
  23. * compatibility with markdown-it-attrs ([9b2eca1](https://github.com/jGleitz/markdown-it-prism/commit/9b2eca1900f13bc9affef99cebc82c8ddd901f18))
  24. ## [2.1.8](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.7...v2.1.8) (2021-07-03)
  25. ### Bug Fixes
  26. * **deps:** update dependency prismjs to v1.24.1 ([15940ed](https://github.com/jGleitz/markdown-it-prism/commit/15940ed00446dd3fbb04e0d3b5dcfd4e1ab1970a))
  27. ## [2.1.7](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.6...v2.1.7) (2021-06-27)
  28. ### Bug Fixes
  29. * **deps:** update dependency prismjs to v1.24.0 ([aff5137](https://github.com/jGleitz/markdown-it-prism/commit/aff5137ddcae614022d5c3de15ff064e34d3f459))
  30. ## [2.1.6](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.5...v2.1.6) (2021-03-06)
  31. ### Bug Fixes
  32. * declare MIT licence in package.json ([6871e22](https://github.com/jGleitz/markdown-it-prism/commit/6871e2217bcea1d21f9b61fa96a8f315d0a2c1e8))
  33. ## [2.1.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.4...v2.1.5) (2021-03-06)
  34. ### Bug Fixes
  35. * **license:** re-license under MIT ([7151b08](https://github.com/jGleitz/markdown-it-prism/commit/7151b08986ddcd52a9b4e679383a2e896f1d4451))
  36. ## [2.1.4](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.3...v2.1.4) (2020-12-31)
  37. ### Bug Fixes
  38. * **deps:** update dependency prismjs to v1.23.0 ([2c48e75](https://github.com/jGleitz/markdown-it-prism/commit/2c48e757a32d74ef3c2e0c234bafee177a2f563e))
  39. ## [2.1.3](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.2...v2.1.3) (2020-10-10)
  40. ### Bug Fixes
  41. * **deps:** update dependency prismjs to v1.22.0 ([e8265b8](https://github.com/jGleitz/markdown-it-prism/commit/e8265b83ce44c6eb3da7247ad4e77206487a20c7))
  42. ## [2.1.2](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.1...v2.1.2) (2020-09-29)
  43. ### Bug Fixes
  44. * escape the language class name so it cannot be used to inject HTML ([#137](https://github.com/jGleitz/markdown-it-prism/issues/137)) ([c1c074b](https://github.com/jGleitz/markdown-it-prism/commit/c1c074b88f7ad5a2eeb5eb9e12dde02fc4544946))
  45. ## [2.1.1](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.0...v2.1.1) (2020-08-07)
  46. ### Bug Fixes
  47. * **deps:** update dependency prismjs to v1.21.0 ([d494125](https://github.com/jGleitz/markdown-it-prism/commit/d4941258b71d8544d22241aeec1a171faf675898))
  48. # [2.1.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.0.6...v2.1.0) (2020-07-09)
  49. ### Bug Fixes
  50. * only require Node.JS >= 6 ([5a4176c](https://github.com/jGleitz/markdown-it-prism/commit/5a4176c8ab083f8d395cd07f2ff042e219060894))
  51. ### Features
  52. * publish Typescript types ([35ba58b](https://github.com/jGleitz/markdown-it-prism/commit/35ba58b26afed6d149481b4840886cf156bc0d0b))
  53. ## [2.0.6](https://github.com/jGleitz/markdown-it-prism/compare/v2.0.5...v2.0.6) (2020-07-06)
  54. ### Bug Fixes
  55. * **deps:** update dependency prismjs to v1.20.0 ([a68434f](https://github.com/jGleitz/markdown-it-prism/commit/a68434f6711996115582a47cb0297b6b479aeeda))
  56. ## [2.0.5](https://github.com/jGleitz/markdown-it-prism/compare/v2.0.4...v2.0.5) (2020-03-02)
  57. ### Bug Fixes
  58. * node >=10.0.0 is supported ([1a442a0](https://github.com/jGleitz/markdown-it-prism/commit/1a442a00fcfdbf155db96e18a84e831a1da61b67))
  59. ## [2.0.4] (2020-02-18)
  60. * Updated Prism JS to 1.19
  61. ## [2.0.3] (2019-09-07)
  62. * Updated dependencies
  63. ## [2.0.2] (2019-05-29)
  64. ### Fixed
  65. * Languages that have dependencies are now resolved correctly ([#22](https://github.com/jGleitz/markdown-it-prism/issues/22), thanks to @jlice and @RunDevelopment!)
  66. * Test cases have been adapted to new output of markdown-it prism Java
  67. ## [2.0.1] (2018-12-09)
  68. ### Fixed
  69. * Regression that exported the module’s main function only under the `default` key, not also as default export ([#17](https://github.com/jGleitz/markdown-it-prism/issues/17))
  70. ## [2.0.0] (2018-12-02)
  71. ### Deprecated
  72. * Deprecate Node.JS 4 and require Node.JS >= 6
  73. ### Added
  74. * Note about adding a stylesheet to the HTML in README
  75. * Options `defaultLanguage`, `defaultLanguageForUnknown` and `defaultLanguageForUnspecified` to specify fallback prism languages
  76. ### Fixed
  77. * Update all packages and eliminate dependency versions with known security issues
  78. * Improve the project setup
  79. * Improve the documentation in code
  80. ## [1.1.2] (2018-03-17)
  81. * Upgrade dependencies
  82. ## [1.1.1] (2017-05-22)
  83. * Removed a bad `\n\t` before the code that was affecting the HTML output.
  84. ## [1.1.0] (2017-05-21)
  85. * Add the `language-*` class also to the `<pre>` tag (not only to `<code>`).
  86. * Add the class `language-x` if `x` is the defined language, even if `x` cannot be highlighted with Prism.
  87. ## [1.0.1] (2016-10-19)
  88. * Fixed build bug that led to the plugin not being exported correctly.
  89. ## 1.0.0 (2016-10-16)
  90. * Initial release.
  91. [2.0.4]: https://github.com/jGleitz/markdown-it-prism/compare/v2.0.3...v2.0.4
  92. [2.0.3]: https://github.com/jGleitz/markdown-it-prism/compare/v2.0.2...v2.0.3
  93. [2.0.2]: https://github.com/jGleitz/markdown-it-prism/compare/v2.0.1...v2.0.2
  94. [2.0.1]: https://github.com/jGleitz/markdown-it-prism/compare/v2.0.0...v2.0.1
  95. [2.0.0]: https://github.com/jGleitz/markdown-it-prism/compare/v1.1.2...v2.0.0
  96. [1.1.2]: https://github.com/jGleitz/markdown-it-prism/compare/v1.1.1...v1.1.2
  97. [1.1.1]: https://github.com/jGleitz/markdown-it-prism/compare/v1.1.0...v1.1.1
  98. [1.1.0]: https://github.com/jGleitz/markdown-it-prism/compare/v1.0.1...v1.1.0
  99. [1.0.1]: https://github.com/jGleitz/markdown-it-prism/compare/v1.0.0...v1.0.1