Skip to content

Conversation

@my-nihongo
Copy link
Contributor

No description provided.

@MihailsKuzmins MihailsKuzmins merged commit 3aab1b3 into main Jun 10, 2025
5 checks passed
@MihailsKuzmins MihailsKuzmins deleted the release/v8.7.0 branch June 10, 2025 10:12
@0use-TE
Copy link

0use-TE commented Jun 10, 2025

@MihailsKuzmins

Hello,thanks for your works, the directory function works very well, but I find that the CodeTheme parameter cannot be used. May I ask how to configure this parameter now? Also, do you think we need to update Readme.md, add more examples, and demonstrate the usage of each parameter?
image

@MihailsKuzmins
Copy link
Member

MihailsKuzmins commented Jun 10, 2025

@0use-TE This property has been moved to Styling in #320.

<MudMarkdown
Value="@Value"
Styling="Styling"
OverrideLinkUrl="OverrideLink"
OverrideHeaderTypo="OverrideHeaderTypo"
HasTableOfContents="HasTableOfContents"
TableOfContentsHeader="Table of contents" />

private MudMarkdownStyling Styling { get; } = new()
{
Table =
{
CellMinWidth = 100,
},
CodeBlock =
{
Theme = CodeBlockTheme.DraculaBase16,
},
};

Also, do you think we need to update Readme.md, add more examples, and demonstrate the usage of each parameter?

I am planning to create a wiki page for it, README would become too large if all properties are listed there.

@0use-TE
Copy link

0use-TE commented Jun 11, 2025

@MihailsKuzmins
Ok,it's wonderful!😋
Thanks for your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants