Andrey Chechel

Results 14 comments of Andrey Chechel

Hi @slimooo Thanks for the request, currently we have limited support of the embed feature - multimedia content can be integrated into the page using the syntax below. Please pay...

One of the options we were considering is to persist paths of all files written by Retype to the `output` folder. This way Retype would be able to delete everything...

The issue relates to the problem of loose vs. tight lists: https://spec.commonmark.org/0.30/#loose In terms of CommonMark, there are actually 2 list types in the sample above: an outer and a...

Hi @ApolonTorq Thanks for reaching out with this. C# documentation comments has the highest priority for us within the code documentation generation feature. I agree that it's crucial to ensure...

Hi @ApolonTorq Thanks for the nice suggestion and for providing information about `NamespaceDoc` type approach. We'll certainly try to come up with a process of Namespace documentation that would work...

> Possible improvements to `retype watch` include: > **Either**: Don't generate the API content unless `--api` is specified.| > **Or**: Add another option `--dont-generate-api` The intention of the `--api` argument...

The root cause of the issue - Retype tries to render the configured label as a numbered list, whereas we wouldn't expect that. Another possible workaround would be to replace...

Hi @AGaiki Yes, there're certainly plans for supporting content editing - this feature is being worked on for a while already. We feel that content editing brings user experience on...

The `renderer` property is available as an `` element attribute. ### Actual ```cshtml ``` ### Revised ```cshtml ```

Is it what was needed? ```cshtml ```