-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add current notes about new Blocks feature
- Loading branch information
1 parent
9c5224f
commit 1756cba
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/// warning | Beta Release | ||
Blocks is currently only available in the Pymdown Extensions beta release. It is a work in progress and API and | ||
syntax are subject to change. | ||
/// new | 9.10 New Experimental Feature | ||
Blocks is currently a new, experimental extension type available in Pymdown Extensions that allows for writing a new | ||
kind of block extension in Python Markdown. With this new addition, we've added a number of new extensions utilizing | ||
this new extension type. While its intention is to hopefully replace extensions like Details and Tabbed, there are | ||
currently no immediate plans to deprecate those plugins. | ||
|
||
Any and all feedback regarding these experimental blocks is appreciated. Let us know what you think so we can improve | ||
and make these a stable feature. Please provide feedback here: https://github.com/facelessuser/pymdown-extensions/discussions/1961. | ||
Any and all feedback regarding these new, experimental blocks is appreciated. Please provide feedback here: | ||
https://github.com/facelessuser/pymdown-extensions/discussions/1973. | ||
/// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters