Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
node-slate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Nguyễn Hải Sơn
node-slate
Commits
a250c6db
Commit
a250c6db
authored
Oct 10, 2013
by
Robert Lord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add :no_intra_emphasis to redcarpet settings
parent
489fb16b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.rb
config.rb
+1
-1
No files found.
config.rb
View file @
a250c6db
...
...
@@ -50,7 +50,7 @@ set :images_dir, 'images'
set
:markdown_engine
,
:redcarpet
set
:markdown
,
:fenced_code_blocks
=>
true
,
:smartypants
=>
true
,
:disable_indented_code_blocks
=>
true
,
:prettify
=>
true
,
:tables
=>
true
,
:with_toc_data
=>
true
set
:markdown
,
:fenced_code_blocks
=>
true
,
:smartypants
=>
true
,
:disable_indented_code_blocks
=>
true
,
:prettify
=>
true
,
:tables
=>
true
,
:with_toc_data
=>
true
,
:no_intra_emphasis
=>
true
# Activate the syntax highlighter
activate
:syntax
...
...
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