I receive the following error:
** ERROR **
(erb):8:in `show': undefined method `e_url' for TextMate::HTMLOutput:Module (NoMethodError) from (erb):7:in `each' from (erb):7:in `show' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/htmloutput.rb:89:in `show' from /tmp/temp_textmate.JhN5QG:16
** /ERROR **
when I attempt to Preview the following Textile code:
** CODE ** h1. header
* first item * second item * third item
h2. header 2
*strongly emphasized*
h3. header 3
_less emphasized_
h4 header 4
# item one # item two # item three
bq. this is a blockquote
More commentary.
* a * l * j
** /CODE **
It works fine here: http://textile.thresholdstate.com/
I am not sure what the problem is.
Any ideas.
So no one has experienced this error, or has any idea how to fix it?
Not even a clue?
On Feb 14, 2011, at 12:09 AM, Mark Jackson wrote:
I receive the following error:
** ERROR **
(erb):8:in `show': undefined method `e_url' for TextMate::HTMLOutput:Module (NoMethodError) from (erb):7:in `each' from (erb):7:in `show' from /Applications/TextMate.app/Contents/SharedSupport/Support/lib/tm/htmloutput.rb:89:in `show' from /tmp/temp_textmate.JhN5QG:16
** /ERROR **
when I attempt to Preview the following Textile code:
** CODE ** h1. header
- first item
- second item
- third item
h2. header 2
*strongly emphasized*
h3. header 3
_less emphasized_
h4 header 4
# item one # item two # item three
bq. this is a blockquote
More commentary.
- a
- l
- j
** /CODE **
It works fine here: http://textile.thresholdstate.com/
I am not sure what the problem is.
Any ideas.