@@ -8,20 +8,20 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88- Add Code Lens for submitting the answer to LeetCode
99
1010###Fixed
11- - Fix the bug that the extension could not automatically sign in( [ 72] ( https://github.com/jdneo/vscode-leetcode/issues/72 ) )
11+ - Fix the bug that the extension could not automatically sign in ( [ # 72 ] ( https://github.com/jdneo/vscode-leetcode/issues/72 ) )
1212
1313##[ 0.8.1]
1414###Changed
1515- Upgrade LeetCode CLI to v2.6.1
1616
1717##[ 0.8.0]
1818###Added
19- - Support LeetCode CN([ #50 ] ( https://github.com/jdneo/vscode-leetcode/issues/50 ) )
20- - Support Windows Subsystem for Linux([ #47 ] ( https://github.com/jdneo/vscode-leetcode/issues/47 ) )
19+ - Support LeetCode CN ([ #50 ] ( https://github.com/jdneo/vscode-leetcode/issues/50 ) )
20+ - Support Windows Subsystem for Linux ([ #47 ] ( https://github.com/jdneo/vscode-leetcode/issues/47 ) )
2121
2222##[ 0.7.0]
2323###Added
24- - Add spinner when submitting code([ #43 ] ( https://github.com/jdneo/vscode-leetcode/issues/43 ) )
24+ - Add spinner when submitting code ([ #43 ] ( https://github.com/jdneo/vscode-leetcode/issues/43 ) )
2525
2626##[ 0.6.1]
2727###Added