AppKit.TextKit.Formatter.MarkDownDescriptor.FormatForPreview C# (CSharp) Method

FormatForPreview() public method

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