tangled
alpha
login
or
join now
ansxor.ca
/
markup2
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
1
pulls
pipelines
underscores in spoiler tag
12Me21
3 years ago
349b9fd6
35e3da04
+2
-1
1 changed file
expand all
collapse all
unified
split
render.js
+2
-1
render.js
···
348
348
349
349
spoiler: function({label}) {
350
350
let e = this()
351
351
-
e.firstChild.textContent = label
351
351
+
e.firstChild.textContent = label//.replace(/_/g, " ")
352
352
+
//todo: [12y1] maybe replace all underscores in args with spaces, during parsing?
352
353
return e.lastChild
353
354
}.bind(𐀶`
354
355
<details class='M-spoiler'>