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
81d21daa
Commit
81d21daa
authored
Sep 25, 2014
by
RawKStar77
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Take renderMath() and MathJaxFallback off of scope
parent
fd0ba1dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
markdown.coffee
h/static/scripts/directives/markdown.coffee
+5
-5
No files found.
h/static/scripts/directives/markdown.coffee
View file @
81d21daa
...
...
@@ -251,8 +251,8 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
input
.
style
.
height
=
output
.
style
.
height
$timeout
->
inputEl
.
focus
()
scope
.
MathJaxFallback
=
false
scope
.
renderMath
=
(
textToCheck
)
->
MathJaxFallback
=
false
renderMath
=
(
textToCheck
)
->
# Parses text for math as denoted by '$$'
i
=
0
startMath
=
null
...
...
@@ -293,7 +293,7 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
)
startMath
=
null
endMath
=
null
scope
.
renderMath
(
textToCheck
)
renderMath
(
textToCheck
)
return
textToCheck
# Re-render the markdown when the view needs updating.
...
...
@@ -302,9 +302,9 @@ markdown = ['$filter', '$sanitize', '$sce', '$timeout', ($filter, $sanitize, $sc
inputEl
.
val
(
ctrl
.
$viewValue
or
''
)
value
=
ctrl
.
$viewValue
or
''
markdown
=
$sanitize
$filter
(
'converter'
)
value
rendered
=
scope
.
renderMath
markdown
rendered
=
renderMath
markdown
scope
.
rendered
=
$sce
.
trustAsHtml
rendered
if
scope
.
MathJaxFallback
if
MathJaxFallback
MathJax
?
.
Hub
.
Queue
([
"Typeset"
,
MathJax
.
Hub
])
# React to the changes to the input
...
...
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