From d0aef02d09c687ada727d8218a67a30a600c13f3 Mon Sep 17 00:00:00 2001 From: mkinski Date: Thu, 2 Aug 2012 13:15:16 +0300 Subject: [PATCH] Update README.markdown update readme --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index b6ada2c..03fe546 100644 --- a/README.markdown +++ b/README.markdown @@ -36,7 +36,7 @@ Installation Graphviz will not work until modification MACRO_RE see ungoing [Issue 3061](http://www.redmine.org/issues/3061) under app/helper/application_helper.rb - +
    MACROS_RE = /
                 (!)?                        # escaping
                 (
@@ -46,7 +46,7 @@ Installation
                 \}\}                        # closing tag
                 )
               /
-
+   
Do not use commas in macro because it would be splited in different arguments and therefore plugin will not work. 7. To allow passing attachments names as macros arguments Redmine core should be patched accordingly: here's [the patch for Redmine 1.0.2](http://www.ndl.kiev.ua/downloads/redmine-1.0.2-attachments.patch) and here is [the patch for Redmine 0.9.x](http://www.ndl.kiev.ua/downloads/redmine-attachments-in-macros.patch.gz).