v1.3.0 #75
BenjaminHoegh
started this conversation in
General
v1.3.0
#75
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New Features
Link Configuration:
true
.nofollow
to external links for better SEO management. Default istrue
.noopener
to improve security when opening external links. Default istrue
.true
.true
.GFM Alerts: Added support for GitHub Flavored Markdown (GFM) alerts, enhancing the ability to display contextual messages in markdown.
alerts.types
setting.Enhanced Configuration System:
config()->set()
andconfig()->get()
methods.Changes
Transliterator
module when available, providing better accuracy and performance.Bug Fixes
Deprecations
The following methods and settings have been deprecated in favor of the new configuration system:
config()->get()
instead.config()->set()
instead.config()->get()
instead.abbreviations.allow_custom
instead.abbreviations.predefined
instead.emphasis.mark
instead.headings.allowed_levels
instead.smartypants
instead.smartypants.substitutions.left_angle_quote
instead.smartypants.substitutions.left_double_quote
instead.smartypants.substitutions.left_single_quote
instead.smartypants.substitutions.right_angle_quote
instead.smartypants.substitutions.right_double_quote
instead.smartypants.substitutions.right_single_quote
instead.toc.tag
instead.allow_raw_html
instead.config()->set('toc.tag', '[TOC]')
.toc.levels
instead.Backward Compatibility
All changes in this release are backward compatible, ensuring that existing functionality remains unaffected.
This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions