[ckan-discuss] How to avoid hyperlink creation when writing down URIs in markdown?

Hendrik Bunke bunke.hendrik at gmail.com
Wed Dec 11 12:19:33 UTC 2013


Hi,

the hyperlink is set by the helper function render_markdown() (in
ckan/lib/helpers.py). It has a parameter 'auto_link' which is set
to True by default. Setting this to 'False'' avoids automatic
hyperlink generation. There might be a config option somewhere, I
don't know.

regards
hendrik


--On 2013-12-10 12:18, Jesús Redondo wrote:
> Hello, I am developing a portal using CKAN 2.0.1
> 
> My problem is the following: I want to include some URIs in the descrition
> of the datasets, but I don´t want all of those URIs to be displayed as
> hyperlinks (which is automatically done by the Markdown language). So, is
> there any way to tell the markdown parser this peculiarity?: -" I don´t
> want this URI to be displayed as a hyperlink. "
> 
> I guess there must be some kind of escape character or word to avoid the
> markdown parser, and it could make the trick. But I can't figure it out by
> reading its documentation:
> http://daringfireball.net/projects/markdown/syntax
> 
> NOTE: the block code (adding four spaces or ``) also generates hyperlinks,
> so that's not a solution neither (which is funny, because in stackoverflow
> it doesn't generate any link, I guess they use its own Markdown parser).
> 
> Thank you, I do appreciate the help.
> 
> Jesús

> _______________________________________________
> ckan-discuss mailing list
> ckan-discuss at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/ckan-discuss
> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-discuss


-- 
Dr. Hendrik Bunke
http://gplus.to/hbunke
http://twitter.com/hbunke
http://www.hbxt.org


More information about the ckan-discuss mailing list