Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo-1
Commits
ddeb32f1
Commit
ddeb32f1
authored
Sep 22, 2017
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
⬆
Fix #12352
parent
8f81f962
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
pom.xml
pom.xml
+2
-2
src/main/java/org/b3log/solo/util/Markdowns.java
src/main/java/org/b3log/solo/util/Markdowns.java
+3
-2
No files found.
pom.xml
View file @
ddeb32f1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: Solo POM.
Description: Solo POM.
Version: 3.17.2.4
8, Sep 8
, 2017
Version: 3.17.2.4
9, Sep 22
, 2017
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<servlet.version>
3.1.0
</servlet.version>
<servlet.version>
3.1.0
</servlet.version>
<slf4j.version>
1.7.5
</slf4j.version>
<slf4j.version>
1.7.5
</slf4j.version>
<jsoup.version>
1.9.1
</jsoup.version>
<jsoup.version>
1.9.1
</jsoup.version>
<flexmark.version>
0.2
2.16
</flexmark.version>
<flexmark.version>
0.2
7.0
</flexmark.version>
<qiniu.version>
7.0.4.1
</qiniu.version>
<qiniu.version>
7.0.4.1
</qiniu.version>
<jetty.version>
9.2.9.v20150224
</jetty.version>
<jetty.version>
9.2.9.v20150224
</jetty.version>
<commons-cli.version>
1.3.1
</commons-cli.version>
<commons-cli.version>
1.3.1
</commons-cli.version>
...
...
src/main/java/org/b3log/solo/util/Markdowns.java
View file @
ddeb32f1
...
@@ -50,7 +50,7 @@ import java.util.concurrent.*;
...
@@ -50,7 +50,7 @@ import java.util.concurrent.*;
* </p>
* </p>
*
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.2.0.
2, Jul 3
, 2017
* @version 2.2.0.
3, Sep 22
, 2017
* @since 0.4.5
* @since 0.4.5
*/
*/
public
final
class
Markdowns
{
public
final
class
Markdowns
{
...
@@ -124,7 +124,8 @@ public final class Markdowns {
...
@@ -124,7 +124,8 @@ public final class Markdowns {
LOGGER
.
log
(
Level
.
INFO
,
"[marked] is not available, uses built-in [flexmark] for markdown processing"
);
LOGGER
.
log
(
Level
.
INFO
,
"[marked] is not available, uses built-in [flexmark] for markdown processing"
);
}
}
}
catch
(
final
Exception
e
)
{
}
catch
(
final
Exception
e
)
{
LOGGER
.
log
(
Level
.
INFO
,
"[marked] is not available caused by ["
+
e
.
getMessage
()
+
"], uses built-in [flexmark] for markdown processing"
);
LOGGER
.
log
(
Level
.
INFO
,
"[marked] is not available caused by ["
+
e
.
getMessage
()
+
"], uses built-in [flexmark] for markdown processing. "
+
"Reads FAQ section in user guide (https://hacpai.com/article/1492881378588) for more details."
);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment