Allows consumers to easily convert strings to Markdown using the `IMarkdownConverter` interface. This package is the abstractions of a simple markdown converter: IMarkdownConverter. See ForEvolve.Markdown for implementations.
Allows consumers to easily convert strings to Markdown using the `IMarkdownConverter` interface. Contains a markdown wrapper around `lunet-io/markdig`.
Unit test, integration test and functional test helpers. Includes mocked HttpContext, ActionContext, UserManager and SignInManager. Also includes startup extensions to assert that services has been registered and some extension methods to modify security policies (like bypass a policy).
Allows consumers to easily convert HTML strings to PDF using the `IHtmlToPdfConverter` interface. This package contains an implementation that use `PhantomJs`; you will also need the `ForEvolve.PhantomJs.Dependencies` package to load the PhantomJs binaries.