JonasDoebertin / kirby-visual-markdown

Visual Markdown Editor for Kirby CMS 2
GNU General Public License v3.0
162 stars 17 forks source link

phone number as link #70

Closed formspiel closed 8 years ago

formspiel commented 8 years ago

Hi Jonas,

according to the Kirby docs (http://getkirby.com/docs/cheatsheet/kirbytags/tel) there’s a tel tag for markdown. If I type in (tel: +498912346789 text: 089 / 12 34 56 78 – 9) in Visual Markdown Editor the tag will not be converted in the correct HTML. I expected this result:<a href="tel:+498912346789">089 / 12 34 56 78 – 9</a>

I set up markdown extra, but nothing happens. Do you have an idea?

Best, Andreas

formspiel commented 8 years ago

SORRY!

Solved it. I forgot ->kirbytext().