MarkdownItOptionsQuotes Property

Gets or sets the double + single quotes replacement pairs when Typographer is True and smartquotes on.

For example, you can use `'«»„“'` for Russian, `'„“‚‘'` for German, and `['«\xA0', '\xA0»', '‹\xA0', '\xA0›']` for French (including nbsp).

Default value: “”‘’

Definition

Namespace: DevCase.Core.DataProcessing.Markdown
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Quotes { get; set; }

Property Value

String

See Also