Skip to content

Commit

Permalink
fix: strip dots (and other chars) in fragment id of markdown links (E…
Browse files Browse the repository at this point in the history
…bookFoundation#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]>
  • Loading branch information
davorpa and eshellman authored Aug 21, 2022
1 parent f2e3f84 commit 8ac210b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions courses/free-courses-ko.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Index

* [Algorithms & Data Structures](#algorithms-&-data-structures)
* [Algorithms & Data Structures](#algorithms--data-structures)
* [Android](#android)
* [Arduino](#arduino)
* [ASP.NET](#asp.net)
* [C/C++](#c/c++)
* [ASP.NET](#aspnet)
* [C/C++](#cc)
* [C#](#csharp)
* [Circuit](#circuit)
* [Deep Learning](#deep-learning)
Expand All @@ -17,8 +17,8 @@
* [Java](#java)
* [JavaScript](#javascript)
* [AngularJS](#angularjs)
* [Node.js](#node.js)
* [React.js](#react.js)
* [Node.js](#nodejs)
* [React.js](#reactjs)
* [Kotlin](#kotlin)
* [Linux](#linux)
* [Machine Learning](#machine-learning)
Expand Down

0 comments on commit 8ac210b

Please sign in to comment.