You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 2.6.11 (and older versions) one could import markdown; markdown.version and this is no longer present in 3.0: AttributeError: 'module' object has no attribute 'version'
Please add this to the release notes if it was intentional.
In 2.6.11 (and older versions) one could
import markdown; markdown.versionand this is no longer present in 3.0:AttributeError: 'module' object has no attribute 'version'Please add this to the release notes if it was intentional.