Skip to content

Commit 5761edc

Browse files
Bump MarkdownSnippets.MsBuild from 21.0.1 to 21.4.0 (#116)
* Bump MarkdownSnippets.MsBuild from 21.0.1 to 21.4.0 Bumps [MarkdownSnippets.MsBuild](https://github.com/SimonCropp/MarkdownSnippets) from 21.0.1 to 21.4.0. - [Release notes](https://github.com/SimonCropp/MarkdownSnippets/releases) - [Commits](SimonCropp/MarkdownSnippets@21.0.1...21.4.0) Signed-off-by: dependabot[bot] <[email protected]> * Docs changes [skip ci] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]>
1 parent e2c7d59 commit 5761edc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ ReverseMarkdown is a Html to Markdown (http://daringfireball.net/projects/markdo
99
Install the package from NuGet using `Install-Package ReverseMarkdown` or clone the repository and built it yourself.
1010

1111
<!-- snippet: Usage -->
12-
<a id='snippet-usage'></a>
12+
<a id='c629ba0e'></a>
1313
```cs
1414
var converter = new ReverseMarkdown.Converter();
1515

1616
string html = "This a sample <strong>paragraph</strong> from <a href=\"http://test.com\">my site</a>";
1717

1818
string result = converter.Convert(html);
1919
```
20-
<sup><a href='/src/ReverseMarkdown.Test/Snippets.cs#L12-L20' title='File snippet `usage` was extracted from'>snippet source</a> | <a href='#snippet-usage' title='Navigate to start of snippet `usage`'>anchor</a></sup>
20+
<sup><a href='/src/ReverseMarkdown.Test/Snippets.cs#L12-L20' title='Snippet source file'>snippet source</a> | <a href='#c629ba0e' title='Start of snippet'>anchor</a></sup>
2121
<!-- endSnippet -->
2222

2323
Will result in:
2424

2525
<!-- snippet: Snippets.Usage.verified.txt -->
26-
<a id='snippet-Snippets.Usage.verified.txt'></a>
26+
<a id='53861c11'></a>
2727
```txt
2828
This a sample **paragraph** from [my site](http://test.com)
2929
```
30-
<sup><a href='/src/ReverseMarkdown.Test/Snippets.Usage.verified.txt#L1-L1' title='File snippet `Snippets.Usage.verified.txt` was extracted from'>snippet source</a> | <a href='#snippet-Snippets.Usage.verified.txt' title='Navigate to start of snippet `Snippets.Usage.verified.txt`'>anchor</a></sup>
30+
<sup><a href='/src/ReverseMarkdown.Test/Snippets.Usage.verified.txt#L1-L1' title='Snippet source file'>snippet source</a> | <a href='#53861c11' title='Start of snippet'>anchor</a></sup>
3131
<!-- endSnippet -->
3232

3333
The conversion can be customized:
3434

3535
<!-- snippet: UsageWithConfig -->
36-
<a id='snippet-usagewithconfig'></a>
36+
<a id='ed688b8d'></a>
3737
```cs
3838
var config = new ReverseMarkdown.Config
3939
{
@@ -49,7 +49,7 @@ var config = new ReverseMarkdown.Config
4949

5050
var converter = new ReverseMarkdown.Converter(config);
5151
```
52-
<sup><a href='/src/ReverseMarkdown.Test/Snippets.cs#L28-L44' title='File snippet `usagewithconfig` was extracted from'>snippet source</a> | <a href='#snippet-usagewithconfig' title='Navigate to start of snippet `usagewithconfig`'>anchor</a></sup>
52+
<sup><a href='/src/ReverseMarkdown.Test/Snippets.cs#L28-L44' title='Snippet source file'>snippet source</a> | <a href='#ed688b8d' title='Start of snippet'>anchor</a></sup>
5353
<!-- endSnippet -->
5454

5555
## Configuration options

src/ReverseMarkdown.Test/ReverseMarkdown.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<ItemGroup>
77
<ProjectReference Include="..\ReverseMarkdown\ReverseMarkdown.csproj" />
8-
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.0.1" />
8+
<PackageReference Include="MarkdownSnippets.MsBuild" Version="21.4.0" />
99
<PackageReference Include="Verify.Xunit" Version="6.13.0" />
1010
<PackageReference Include="xunit" Version="2.4.1" />
1111
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />

0 commit comments

Comments
 (0)