Skip to content

Commit 8ac210b

Browse files
davorpaeshellman
andauthored
fix: strip dots (and other chars) in fragment id of markdown links (EbookFoundation#7029)
* fix bad link syntax in CONTRIBUTING-vi * also dots, while we're at it * also dots, while we're at it (remaining) Recover changes and resolves suggestions made in EbookFoundation#7010 (comment) * fix: strip ampersands `&` from fragment ids * fix: strips other characters like `&`, `/`, `+`, `#`... to be compilant with Kramdown GMF processor Co-authored-by: eric <[email protected]>
1 parent f2e3f84 commit 8ac210b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

courses/free-courses-ko.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### Index
22

3-
* [Algorithms & Data Structures](#algorithms-&-data-structures)
3+
* [Algorithms & Data Structures](#algorithms--data-structures)
44
* [Android](#android)
55
* [Arduino](#arduino)
6-
* [ASP.NET](#asp.net)
7-
* [C/C++](#c/c++)
6+
* [ASP.NET](#aspnet)
7+
* [C/C++](#cc)
88
* [C#](#csharp)
99
* [Circuit](#circuit)
1010
* [Deep Learning](#deep-learning)
@@ -17,8 +17,8 @@
1717
* [Java](#java)
1818
* [JavaScript](#javascript)
1919
* [AngularJS](#angularjs)
20-
* [Node.js](#node.js)
21-
* [React.js](#react.js)
20+
* [Node.js](#nodejs)
21+
* [React.js](#reactjs)
2222
* [Kotlin](#kotlin)
2323
* [Linux](#linux)
2424
* [Machine Learning](#machine-learning)

0 commit comments

Comments
 (0)