fabianmichael / kirby-markdown-field

Super-sophisticated markdown editor for Kirby 3, community built.
Other
162 stars 14 forks source link

Smart Quotes #80

Closed luxuryluke closed 5 years ago

luxuryluke commented 5 years ago

Is there any way for smart quotes to be inserted while typing in a markdown textarea outside of a code block? A customer is particularly sensitive about smart quotes.

fabianmichael commented 5 years ago

Nope, but Kirby has a built-in Smartypants parser and field method. You can add smart quotes by calling the $field->smartypants() method in your templates.

See https://getkirby.com/docs/reference/templates/field-methods/smartypants

luxuryluke commented 5 years ago

Oof, I feel like a dolt, now. Cheers!