AppKit.TextKit.Formatter.MarkDownDescriptor.FormatForPreview C# (CSharp) Méthode

FormatForPreview() public méthode

Formats the passed in string of text for previewing.
public FormatForPreview ( string text ) : string
text string Text.
Résultat string
		public override string FormatForPreview (string text)
		{
			return md.Transform (text);
		}
		#endregion