From 8cbf5ebb0fffc1010c3e23cb48479c1ae370f60e Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sun, 25 Apr 2010 18:05:54 -0400 Subject: [PATCH] Added known issue for current pragma limitation. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index bc50bf5..4282594 100644 --- a/README.markdown +++ b/README.markdown @@ -81,6 +81,7 @@ And render it: Known Issues ------------ + * There's no way to toggle a pragma other than checking out the feature branch for each pragma... Need a clean way to do this. * Sections don't respect delimiter changes -- `delimiters` example currently fails with an "unclosed section" exception. * Since `complex` example emulates some fancy swizzling available in Ruby, it fails. Need to convert example to PHPisms (In PHP, Mustache class doesn't maintain current context stack -- available context is passed to methods via params). * Test coverage is incomplete.