question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

3.0.0: Beta-testing

See original GitHub issue

Hello 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.

3.0.0 development branch

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 have npm 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 into docs/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 to ru.noties.markwon (previously ru.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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
notiescommented, Feb 18, 2019

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 add usePlugin(SvgPlugin.create(Resources) to Markwon initialization:

Markwon.builder(context)
            .usePlugin(CorePlugin.create())
            .usePlugin(ImagesPlugin.create(context))
            .usePlugin(SvgPlugin.create(context.resources))
            .build()
0reactions
notiescommented, Mar 18, 2019

Version 3.0.0 released

Read more comments on GitHub >

github_iconTop Results From Across the Web

Genshin Impact 3.0 Beta Test: How & Where To Sign Up
Genshin Impact 3.0 Beta testing will begin soon and sign-ups are live now, but applicants only have a limited time to attempt to...
Read more >
Genshin Impact 3.0 Beta Set To Reveal Sumeru And Dendro ...
The Genshin Impact 3.0 beta test will start soon, meaning we'll get data mined leaks for Sumeru and perhaps see our first Dendro...
Read more >
Genshin Impact 3.0 beta test: How to sign up and participate
The beta test is only available to gamers on PC and mobile. Travelers who are selected would need to sign a non-disclosure agreement...
Read more >
Vault 7: CIA Hacking Tools Revealed - WikiLeaks
Successfully tested with the following Bumble versions: Bumble 3.0.0; Bumble 3.1 Beta (9/15/2015 w/o latency). Redirection - ...
Read more >
From the Depths - Beta Test 3.0.0! - Steam News
Beta test is now 3.0.0!! Changelog Addition TUTORIALS Building tutorials are now better at figuring out whether a placement is functionally equivalent to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found