NOS.Registration.AutoRegistrationPlugin.Format C# (CSharp) Method

Format() public method

public Format ( string raw, ContextInformation context, FormattingPhase phase ) : string
raw string
context ScrewTurn.Wiki.PluginFramework.ContextInformation
phase FormattingPhase
return string
		public string Format(string raw, ContextInformation context, FormattingPhase phase)
		{
			return raw;
		}