[0, 0]
<lively.morphic.Text#AFBA0... - CommentText>
this
.textString =
this
.textString .replace(
/\\section\{(.*?)\}/g
,
function
($
0
, $
1
, $
2
)
{
return
"# "
+ $
1
}
) .replace(
/~\\cite\{(.*?)\}/g
,
function
($
0
, $
1
, $
2
)
{
return
" ["
+ $
1
+
"]"
}
)
doit
ConvertLatexToMarkdown
X
M
–