| /[drupal]/contributions/modules/marksmarty/marksmarty.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
move include files and handle e,pty text better
#224178 handle empty text better and only include files when needed.
#201021 by greggles. slightly modified by moshe weitzman. add syntax block
#108706 by moshe weitzman. use markdown extra.
#180021 by Beau Gunderson. fix notices. modified by moshe weitzman
Allows SmartyPants to be used independently from Markdown, to solve incompatibility with other SmartyPants modules when users do not want Markdown.
Allows SmartyPants to be used independently from Markdown, to solve incompatibility with other SmartyPants modules when users do not want Markdown.
Updated for 5.x
Allows users to enable marksmarty as SmartyPants-only -- see http://drupal.org/node/23662
applying patch to fix t() related errors -- see http://drupal.org/node/63961
Moved the Markdown and SmartyPants requires from the head of the file to the process function to improve module performance (bug URL -- http://drupal.org/node/61185)
Moved the Markdown and SmartyPants requires from the head of the file to the process function to improve module performance (bug URL -- http://drupal.org/node/61185
updating proper branch
committing patch to update module to 4.7 (now uses Forms API)
doh... forgot l() and url() are for internal links only. been a while ;)
missed second link to custom page, now fixed to project page as well
removed menu hook and custom doc page, now forwards to documentation on markdown project homepage
copying in improvements from HEAD regarding clean URLs and named anchors
Making marksmarty's help page friendlier for clean URLs
Added CVS $Id$ tag to all *.module files where it was missing (as required by the coding standards, see CODING_STANDARDS.html). I also unified the format and the location of the $Id$ tag. It starts with "//" and is placed on the second line in all *.module files, now.
help page reflects Markdown 1.0 syntax, since we're bundling markdown v1.0 with the module now
forgot about that base href -- nameref links now using non-clear-URL syntax, i.e. ?q=markdown/#anchor
updated syntax help to reflect the bundling of Markdown 1.0
RTFM and found that l() and url() are for internal links only, then fixed external links
fixed module description; is now $filter aware (unique settings per input format)
now compatible with CVS; some l() and url() links need further correction
quick fix of cvs id tag
hopefully this fixes the version in the branch
quick fix of cvs id tag
The Markdown with SmartyPants module allows you to enter content using Markdown, a simple, plain text syntax that is filtered into valid XHTML, and will automatically convert plain ASCII characters to their proper Unicode entities in context ("curly quotes," et al.) using SmartyPants.
[initial checkin]
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |