MarkdownSnippets
MarkdownSnippets copied to clipboard
Extracts snippets from code files and merges them into markdown documents.
Bumps [Xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. Commits f110e5b v2.4.2 848d94d Update dependencies 42307e8 Fixes #2556: Xunit.Sdk.MultipleException Empty 7eba502 Port test changes from 1dd43ce684cc6d50bf726042173956e6bda2fa3b 211aa27 Make sure we use msbuild.exe (from...
I want to use MarkdownSnippets to generate a readme for `GitHub` and `NuGet`. Currently I'm generating 1 file that is compatible with both. This means omitting the links as `NuGet`...
#### Is the feature request related to a problem Some markdown renderers support metadata like title and highlighted lines after the start of a code fence. For instance: ```` ```csharp...
#### Is the feature request related to a problem I'm trying to switch from `SourceTransform` to `InPlaceOverwrite` but I ran into an issue. `ValidateContent` now errors out on some markdown...
#### Is the feature request related to a problem Currently, the language blocks use the file extension of the file. This issue can be because the rendering language block may...
sometimes .net is blocked by company policy. a docker file: ``` FROM bitnami/dotnet-sdk:latest RUN dotnet tool install -g MarkdownSnippets.Tool ENV PATH="$PATH:/app/.dotnet/tools" WORKDIR /app/repo ENTRYPOINT ["/bin/bash"] ``` But to use it...
#### Is the feature request related to a problem Yes. #### Summary Use of snippet files that are markdown code blocks generates invalid markdown. The generated snippet code block should...
#### Preamble Hi Simon, it looks to me like #22 might have got un-fixed at some time. Here's what's happening... #### Describe the bug > A clear and concise description...
I am not certain if a PR for this proposal will be accepted. #### Is the feature request related to a problem In Markdown document for CLI tools, I would...
Expressive code features allow developers to add more metadata to a code block to illustrate the intent of the code block better. For example, you can highlight several lines, highlight...