File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ If you have used and benefitted from this library. Please feel free to buy me a
1919Install the package from NuGet using ` Install-Package ReverseMarkdown ` or clone the repository and built it yourself.
2020
2121<!-- snippet: Usage -->
22- <a id =' snippet-Usage ' ></a >
22+ <a id =' snippet-usage ' ></a >
2323``` cs
2424var converter = new ReverseMarkdown .Converter ();
2525
2626string html = " This a sample <strong>paragraph</strong> from <a href=\" http://test.com\" >my site</a>" ;
2727
2828string result = converter .Convert (html );
2929```
30- <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L11-L19 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Usage ' title =' Start of snippet ' >anchor</a ></sup >
30+ <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L11-L19 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-usage ' title =' Start of snippet ' >anchor</a ></sup >
3131<!-- endSnippet -->
3232
3333Will result in:
@@ -43,7 +43,7 @@ This a sample **paragraph** from [my site](http://test.com)
4343The conversion can be customized:
4444
4545<!-- snippet: UsageWithConfig -->
46- <a id =' snippet-UsageWithConfig ' ></a >
46+ <a id =' snippet-usagewithconfig ' ></a >
4747``` cs
4848var config = new ReverseMarkdown .Config
4949{
@@ -59,7 +59,7 @@ var config = new ReverseMarkdown.Config
5959
6060var converter = new ReverseMarkdown .Converter (config );
6161```
62- <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L27-L43 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-UsageWithConfig ' title =' Start of snippet ' >anchor</a ></sup >
62+ <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L27-L43 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-usagewithconfig ' title =' Start of snippet ' >anchor</a ></sup >
6363<!-- endSnippet -->
6464
6565## Configuration options
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ If you have used and benefitted from this library. Please feel free to buy me a
1212Install the package from NuGet using ` Install-Package ReverseMarkdown ` or clone the repository and build it yourself.
1313
1414<!-- snippet: Usage -->
15- <a id =' snippet-Usage ' ></a >
15+ <a id =' snippet-usage ' ></a >
1616``` cs
1717var converter = new ReverseMarkdown .Converter ();
1818
1919string html = " This a sample <strong>paragraph</strong> from <a href=\" http://test.com\" >my site</a>" ;
2020
2121string result = converter .Convert (html );
2222```
23- <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L11-L19 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-Usage ' title =' Start of snippet ' >anchor</a ></sup >
23+ <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L11-L19 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-usage ' title =' Start of snippet ' >anchor</a ></sup >
2424<!-- endSnippet -->
2525
2626Will result in:
@@ -36,7 +36,7 @@ This a sample **paragraph** from [my site](http://test.com)
3636The conversion can also be customized:
3737
3838<!-- snippet: UsageWithConfig -->
39- <a id =' snippet-UsageWithConfig ' ></a >
39+ <a id =' snippet-usagewithconfig ' ></a >
4040``` cs
4141var config = new ReverseMarkdown .Config
4242{
@@ -52,7 +52,7 @@ var config = new ReverseMarkdown.Config
5252
5353var converter = new ReverseMarkdown .Converter (config );
5454```
55- <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L27-L43 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-UsageWithConfig ' title =' Start of snippet ' >anchor</a ></sup >
55+ <sup ><a href =' /src/ReverseMarkdown.Test/Snippets.cs#L27-L43 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-usagewithconfig ' title =' Start of snippet ' >anchor</a ></sup >
5656<!-- endSnippet -->
5757
5858## Configuration options
You can’t perform that action at this time.
0 commit comments