Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ curl -fsSL https://raw.githubusercontent.com/iStarEternal/StarConsoleLink/master

# The New Feature 【新功能】

####v1.4.1
#### v1.4.1

重构Logger.h并删除了Logger.m
现已加入alcatraz-packages(Package Manager)


####v1.4
#### v1.4

修复了1.3在控制台输入文字会发生闪退的BUG


####v1.3
#### v1.3

添加了NSDictionary和NSArray的日志显示,Unicode转中文

Expand All @@ -77,7 +77,7 @@ LogWarning(@"%@", @{@"name": @"星星", @"age": @"18岁"});
```


####v1.2
#### v1.2

添加了LogBackTrace,并对LogBackTrace的日志加入了超链接,您现在也可以更快的定位到日志的方法调用堆栈了。

Expand All @@ -86,13 +86,13 @@ LogWarning(@"%@", @{@"name": @"星星", @"age": @"18岁"});
您现在可以在菜单栏 Plugins -> Star Console Link -> Setting 进行Link的颜色配置


####v1.1
#### v1.1

将OC的NSLog替换成了printf,并添加了日志输出时间



####v1.0
#### v1.0

StarConsoleLink集成了XcodeColors,他可以让你自定义你Log的颜色。感谢@robbiehanson提供的支持:https://github.com/robbiehanson/XcodeColors

Expand Down
12 changes: 6 additions & 6 deletions StarConsoleLinkForXcode8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@ curl -fsSL https://raw.githubusercontent.com/iStarEternal/StarConsoleLink/master

# The New Feature 【新功能】

####v1.4.1
#### v1.4.1

重构Logger.h并删除了Logger.m
现已加入alcatraz-packages(Package Manager)


####v1.4
#### v1.4

修复了1.3在控制台输入文字会发生闪退的BUG


####v1.3
#### v1.3

添加了NSDictionary和NSArray的日志显示,Unicode转中文

Expand All @@ -74,7 +74,7 @@ LogWarning(@"%@", @{@"name": @"星星", @"age": @"18岁"});
```


####v1.2
#### v1.2

添加了LogBackTrace,并对LogBackTrace的日志加入了超链接,您现在也可以更快的定位到日志的方法调用堆栈了。

Expand All @@ -83,13 +83,13 @@ LogWarning(@"%@", @{@"name": @"星星", @"age": @"18岁"});
您现在可以在菜单栏 Plugins -> Star Console Link -> Setting 进行Link的颜色配置


####v1.1
#### v1.1

将OC的NSLog替换成了printf,并添加了日志输出时间



####v1.0
#### v1.0

StarConsoleLink集成了XcodeColors,他可以让你自定义你Log的颜色。感谢@robbiehanson提供的支持:https://github.com/robbiehanson/XcodeColors

Expand Down