bradchoate / text-textile

Text::Textile -- Perl module for handling Textile format
20 stars 11 forks source link

local href #14

Open simotrone opened 10 years ago

simotrone commented 10 years ago

how to create local links?

$ echo 'text from "local link":here really' | textile 
<p>text from <a href="http://here">local link</a> really</p>

Is it possibile avoid the prefixed "http://" by default?