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: “”‘’
Namespace: DevCase.Core.DataProcessing.MarkdownAssembly: 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; }
Public Property Quotes As String
Get
Set
Dim instance As MarkdownItOptions
Dim value As String
value = instance.Quotes
instance.Quotes = value
public:
property String^ Quotes {
String^ get ();
void set (String^ value);
}
member Quotes : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String