#764: WebComment: better support for ordered and nested lists
--------------------------+---------------------------
Reporter: jcaffaro | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: WebComment | Version:
Resolution: | Keywords: washing alert
--------------------------+---------------------------
Comment (by jcaffaro):
In addition, links sent via email currently looks like:
<!http://foo.com>(bar)
for such markup:
{{{
<a href="http://foo.com">bar</a>
}}}
It would be nice that the following case is detected so that the link name
is not unnecessarily added:
{{{
<a href="http://foo.com">http://foo.com</a>
}}}
i.e. should not output
<!http://foo.com> (!http://foo.com)
but simply:
<!http://foo.com>
--
Ticket URL: <http://invenio-software.org/ticket/764#comment:2>
Invenio <http://invenio-software.org>