Stefan Björk

Results 43 comments of Stefan Björk

Same issue, both Windows and Mac. Tried 1.2.0 and 1.2.2.rc2, same result.

> Look at the ISO format: `YYYY-MM-DDTHH:mm`. You could use that kind of syntax for this with either just a time (by searching for the lack of dashes), a date...

I would have thought this issue had to do with concurrent for access our something. One thread of htmly writing while another reading. That sort of problem.

It's the `tags.lang` file that is broken. Can this be recreated somehow?

The solution in #246 is not applicable, since only tags in that particular post is updated -- and the tags are also suffixed with the current date.

I made a quick and dirty Perl hack to recreate the `tags.lang` file, but I think this should be a function available in the admin panel.

PHP::SmartyPants is from the same developer and is what is recommended if you want to convert quotes and dashes in PHP::Markdown, see for example https://github.com/michelf/php-markdown/issues/144 and https://github.com/michelf/php-markdown/issues/146#issuecomment-32867600.

May I bring this feature up for discussion once again?

It is optional and turned on with `smart = "true"` in the configuration. Further customization is possible with `doublequote.open`, `doublequote.close`, `singlequote.open` and `singlequote.close`.

Is there a fork that integrates any further developments?