Closed zewditu closed 2 years ago
I got it
I reopened it, I need to know for code blocks
Code block
code block
Starting to look like a duplicate of #23, #24 and #30.
Styles can be overridden with the keys mentioned in your screenshot. There you can define text font, color as well as background color and any other style properties already supported by Paragraph
.
Hi @Kryptos-FR nice Paragraph
works fine for me.
I have one more question how writing code blocks with specific language colorization like csharp?
public void MakeDeposit(decimal amount, DateTime date, string note)
{
}
public void MakeWithdrawal(decimal amount, DateTime date, string note)
{
}
@zewditu this is currently not supported.
It would require quite a lot of work to have different renderer strategies based on the language including parsing the text that goes inside a code block.
Currently this repository is in maintenance mode as I don't have time to work on new features. Contributions are welcomed.
I have an issue theming for code Markdig version : 0.5.0.1 VS version: 2022 preview 3.0;
It seems that markdig has style for codes .
However, what target framework controls the style that should be applied? should it be applied to Textblock or something else?