MyNihongo / MudBlazor.Markdown

Markdown component based on the MudBlazor environment
https://mudblazor.com/
MIT License
115 stars 13 forks source link

Add Src #239

Closed Sasino97 closed 5 months ago

Sasino97 commented 5 months ago

Add a Src parameter.

Example

<MudMarkdown Src="wiki/getting_started.md" />
MihailsKuzmins commented 5 months ago

Could you provide more details on how you want it to work internally? Should this file be an embedded resource? Or just a file in the output directory (relative to the compiled .exe file)?