kartik-v / yii2-markdown

Advanced Markdown editing and conversion utilities for Yii Framework 2.0
http://demos.krajee.com/markdown
Other
89 stars 41 forks source link

Insert of Link adds a space #6

Closed chris68 closed 10 years ago

chris68 commented 10 years ago

If I add a link (e.g. https://github.com/kartik-v/yii2-markdown) it becomes [] (https://github.com/kartik-v/yii2-markdown). The space after the [] is wrong

chris68 commented 10 years ago

Same for image.

kartik-v commented 10 years ago

Resolved via commit 353354f. Thanks for reporting.

chris68 commented 10 years ago

@kartik-v

It does not work for me. If a mark a text and then press link it still adds the space!

kartik-v commented 10 years ago

You may need to do a composer update and then clean up your runtime assets folder.

Test it on the demo site. It works fine.

chris68 commented 10 years ago

It was the missing clean up of the asset folder on my dev system indeed. Thanks!