3.0.0: Beta-testing
See original GitHub issueHello everyone!
Version 3.0.0
is on its way and ready to be beta-tested. It has a lot of changes comparing to previous x.x.x-2.x.x
versions. That’s why I want to invite anyone interested to participate in finalizing upcoming release.
Documentation is still not-complete, but it can be a good starting point. Unfortunately I cannot publish new version of documentation yet, so there are few options:
<del>Deploy documentation locally
One must havenpm
installed. Checkout into the v3.0.0
branch and cd docs
. npm install
should be enough to get started. Then vuepress dev
to serve latest version of documentation.
Inspect it directly on GitHub
One can inspect raw documentation markdown files directly on GitHub. It's not as feature-rich as documentation web-site, but still can be used to read the docs ©. Head intodocs/docs
folder. The most important document is Plugins.
</del>
UPD: Navigate to main documentation web site and select BETA (3.x.x)
option from API Version
item on top navigation bar.
Latest version 3.0.0
is already published as a snapshot:
implementation 'ru.noties.markwon:core:3.0.0-SNAPSHOT'
Please note that there are more artifacts now. And
group
attribute is changed toru.noties.markwon
(previouslyru.noties
and artifacts like:markwon
, etc)
Any feedback on documentation itself, upcoming API of Markwon
library or anything else actually is welcome 🙌
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (6 by maintainers)
Top GitHub Comments
Hello @Tunous !
Thank you for the feedback!
Most likely this is due to the fact that SVG image support is moved to a standalone module now. The list of available modules can be found here.
So, basically, after you add
image-svg
artifact, you will have to addusePlugin(SvgPlugin.create(Resources)
toMarkwon
initialization:Version
3.0.0
released