Handles rendering of Tip/Warning/Important/Caution/Note blocks.
public void ParseNoteTipWarningImportant(ModifyMarkdownArguments args)
Parameters
args
Remarks
Note: Markdown is expected to be in LineFeed only mode for line breaks (StringUtils.NormalizeLinefeeds()). If you have CR/LF the value needs to be fixed up. RenderExtensions automatically fix up inbound Markdown to normalized linefeeds for rendering, but if you test locally make sure to pre-format the args.Markdown
See also:
Class DocFxRenderExtension© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic