Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5f2e8b61
Commit
5f2e8b61
authored
Apr 24, 2015
by
Guillaume Delbergue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add footnotes support to Markdown
Signed-off-by:
Guillaume Delbergue
<
guillaume.delbergue@greensocs.com
>
parent
3ae31c22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CHANGELOG
CHANGELOG
+1
-0
app/helpers/gitlab_markdown_helper.rb
app/helpers/gitlab_markdown_helper.rb
+2
-1
No files found.
CHANGELOG
View file @
5f2e8b61
...
...
@@ -17,6 +17,7 @@ v 7.11.0 (unreleased)
- Improve UI for sidebar. Increase separation between navigation and content
- Improve new project command options (Ben Bodenmiller)
- Prevent sending empty messages to HipChat (Chulki Lee)
- Add footnotes support to Markdown (Guillaume Delbergue)
v 7.10.0 (unreleased)
- Ignore submodules that are defined in .gitmodules but are checked in as directories.
...
...
app/helpers/gitlab_markdown_helper.rb
View file @
5f2e8b61
...
...
@@ -49,7 +49,8 @@ module GitlabMarkdownHelper
strikethrough:
true
,
lax_spacing:
true
,
space_after_headers:
true
,
superscript:
true
superscript:
true
,
footnotes:
true
)
end
...
...
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