You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Markdown engine with a Key to a ResourceDictionary in scope, and set a BaseUri on it.
Add a MarkdownScrollViewer in XAML with it's Engine property set to the above Markdown StaticResource Key: Engine="{StaticResource MyMarkdown}"
---> The BaseUri appears to be ignored.
It would be nice to have this properly use the BaseUri on a configured Engine to avoid having to specify it in multiple places.
The text was updated successfully, but these errors were encountered:
CirnoNine
changed the title
Providing a BaseUri doesn't work if setting the Engine property via StaticResource
Providing a BaseUri on a Markdown Engine passed to a MarkdownScrollViewer does nothing
Aug 21, 2024
Markdown
engine with a Key to aResourceDictionary
in scope, and set aBaseUri
on it.MarkdownScrollViewer
in XAML with it'sEngine
property set to the aboveMarkdown
StaticResource Key:Engine="{StaticResource MyMarkdown}"
---> The BaseUri appears to be ignored.
It would be nice to have this properly use the BaseUri on a configured Engine to avoid having to specify it in multiple places.
The text was updated successfully, but these errors were encountered: