MainWindow.PreviewMarkdownAsync

Refreshes the preview browser. This method can be awaited to wait for completion or ignore the task result to let it run in the background.

You can choose to not await this result but if you do use the non async version (which doesn't wait).

public Task PreviewMarkdownAsync(MarkdownDocumentEditor editor,
	bool keepScrollPosition,
	string renderedHtml)

Parameters

editor

keepScrollPosition

renderedHtml


See also:

Class MainWindow

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic