-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix markdown for avoid convert any with underline surrounded for avoi…
…d change URL.
- Loading branch information
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,12 @@ mod tests { | |
"this is ipad ios website, and the IOS download url" => "this is iPad iOS website, and the iOS download url", | ||
"Ios download" => "iOS download", | ||
"Download iOs" => "Download iOS", | ||
"hello_ios" => "hello_ios", | ||
"ios_hello" => "ios_hello", | ||
"'ios'" => "'ios'", | ||
"openios" => "openios", | ||
"diff_ws_ios\n" => "diff_ws_ios\n", | ||
"diff_ws_ios " => "diff_ws_ios ", | ||
"https://ios.com" => "https://ios.com", | ||
"[email protected]" => "[email protected]", | ||
"开放 IOS 接口" => "开放 iOS 接口", | ||
|