hokuken-sub / haik-markdown

PHP haik Markdown
0 stars 0 forks source link

Make inline plugins recognizable hash params #54

Closed big2men closed 10 years ago

big2men commented 10 years ago

The change of plugin syntax cause necessity of recognizing hash params normally.

Any inline plugins have to allow list and hash params.

These 2 inline-plugin sample must be same. /(button http://www.example.com/, primary) /(button url:http://www.example.com/, type: primary)