I currently use version 4.6.x of Drupal, but I am intending to upgrade my organization's code to 4.7.x. However, the one thing in the Markdown with Smartypants module that is a big difference is that I installed the Markdown Extra and have been using it for some time. It adds a couple of symbols to the Markdown language or symbology or whatever. The main thing is that when I do the upgrade, I'll need to know whether our site will need the Markdown Extra file loaded onto it or not.

Comments

teradome’s picture

Title: Markdown Extra » Bundle Markdown Extra as an optional component
Assigned: Unassigned » teradome

Yes, when you do the upgrade you would need to reinstall Markdown Extra afterwards. However, because marksmarty is such a basic module/hook for the PHP filter, when you upgrade you should only need to upload the marksmarty.module file.

I've been asked to include Markdown Extra before, so your issue is bringing up three main points:
* bundle Markdown Extra with the module
* add INSTALL notes about using Markdown Extra an an alternative
* add an UPGRADE.txt document to cover what I just said above

I'm renaming this issue to reflect the ME request, and I'll add another issue for upgrading.

teradome’s picture

Status: Active » Fixed

Markdown Extra is now bundled.

Anonymous’s picture

Status: Fixed » Closed (fixed)