AppKit.TextKit.Formatter.MarkDownDescriptor.FormatForPreview C# (CSharp) 메소드

FormatForPreview() 공개 메소드

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