Jeff-Lewis / nhaml

Automatically exported from code.google.com/p/nhaml
0 stars 0 forks source link

!= plain text markup #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
!= should work exactly like = but its output should never be encoded. Even
not if the HtmlEncode option is set.

Original issue reported on code.google.com by lanwin...@gmail.com on 10 Nov 2008 at 10:58

GoogleCodeExporter commented 9 years ago
Should also work direct after tags

%p&= content

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 11:07

GoogleCodeExporter commented 9 years ago
This rule conflicts with !!! and so is a lo priority at this time. &= and 
engine-wide 
encoding have been implemented.

Original comment by andrew.j...@gmail.com on 10 Nov 2008 at 11:31

GoogleCodeExporter commented 9 years ago
I think we should change the markup rules to expose an char array instead of 
only one
char. Rules with larger arrays have precedence over shorter arrays. So i the 
engine
finds an ! i should change the second char. If non of them matches it should 
use the
single ! and so forth.

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 11:49

GoogleCodeExporter commented 9 years ago
change == check :-)

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 11:52

GoogleCodeExporter commented 9 years ago
Yeah, we can do this. It's just a shame the Haml guys introduced this ambiguity 
in 
the language :-/

Original comment by andrew.j...@gmail.com on 10 Nov 2008 at 10:09

GoogleCodeExporter commented 9 years ago
Ok who dose it?

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 10:13

GoogleCodeExporter commented 9 years ago
I will.

Original comment by andrew.j...@gmail.com on 10 Nov 2008 at 10:37

GoogleCodeExporter commented 9 years ago
Ok. Even if the syntax is not so nice :-) i think we should stay near by the 
way haml
works.

Original comment by lanwin...@gmail.com on 10 Nov 2008 at 10:41

GoogleCodeExporter commented 9 years ago
add support for !=

Original comment by simon.cropp@gmail.com on 21 Jun 2009 at 12:27