Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
a52107b2
Commit
a52107b2
authored
Sep 26, 2014
by
RawKStar77
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for previous commit
parent
7b08a9e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
markdown.coffee
h/static/scripts/directives/markdown.coffee
+3
-2
No files found.
h/static/scripts/directives/markdown.coffee
View file @
a52107b2
...
@@ -295,12 +295,13 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
...
@@ -295,12 +295,13 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
markdown
=
$sanitize
$filter
(
'converter'
)
value
markdown
=
$sanitize
$filter
(
'converter'
)
value
try
try
rendered
=
renderMath
markdown
rendered
=
renderMath
markdown
scope
.
rendered
=
$sce
.
trustAsHtml
rendered
catch
catch
if
!
MathJax
?
if
!
MathJax
?
loadMathJax
()
loadMathJax
()
rendered
=
markdown
rendered
=
markdown
MathJax
?
.
Hub
.
Queue
([
"Typeset"
,
MathJax
.
Hub
,
output
])
scope
.
rendered
=
$sce
.
trustAsHtml
rendered
scope
.
rendered
=
$sce
.
trustAsHtml
rendered
$timeout
->
MathJax
?
.
Hub
.
Queue
([
"Typeset"
,
MathJax
.
Hub
,
output
])
# React to the changes to the input
# React to the changes to the input
inputEl
.
bind
'blur change keyup'
,
->
inputEl
.
bind
'blur change keyup'
,
->
...
...
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