[Kramdown-users] HTML span clarification
Eric Sunshine
sunshine at sunshineco.com
Tue Nov 24 21:31:59 EST 2009
Hi Thomas,
Thomas Leitner wrote:
>> {a href="/" title="Product"}Product{/a} was released.
>> Download it _now_.
>> Nevertheless, Kramdown produces the expected (and desired) output;
>> {p}{a href="/" title="Product"}Product{/a} was released.
>> Download it {em}now{/em}.{/p}
> Regarding your example above: the syntax documentation is false in this
> regard, the actual code is and will be right!
I am glad to hear that the present behavior is correct and intentional.
This sort of situation arises often enough with ERB -> Markdown
pipelines that it would be painful if span-level HTML elements were not
correctly recognized as such.
-- ES
More information about the Kramdown-users
mailing list