Skip to content

Commit d071044

Browse files
committed
add review page link breakline
1 parent db03b39 commit d071044

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

GenerateCodeTable.class

8 Bytes
Binary file not shown.

GenerateCodeTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static String generateReviewPage(File[] listOfFiles) {
172172
outputContent += "\n";
173173
}
174174
} else if (countLine == 1 && line.indexOf(TUTORIAL_KEY_WORD) == 0) {
175-
outputContent += " [Tutorial Link](" + line.substring(TUTORIAL_KEY_WORD.length()) + ")";
175+
outputContent += " [Tutorial Link](" + line.substring(TUTORIAL_KEY_WORD.length()) + ")\n";
176176
} else {
177177
outputContent += line + "\n";
178178
}

ReviewPage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6670,6 +6670,7 @@ public class Solution {
66706670
---
66716671
**308. [Valid Palindrome.java](https://github.com/shawnfan/LintCode/blob/master/Java/Valid Palindrome.java)** Level: Easy
66726672
[Tutorial Link](https://www.youtube.com/watch?v=2hNK0Yz53LQ&list=PLZn-UvluQZuNedn1hDzTmNLE8MQWXjKVb)
6673+
66736674
过滤alphanumeric,其他字母掠过
66746675

66756676

0 commit comments

Comments
 (0)