this repo has no description

underscores in spoiler tag

12Me21 349b9fd6 35e3da04

+2 -1
+2 -1
render.js
··· 348 348 349 349 spoiler: function({label}) { 350 350 let e = this() 351 - e.firstChild.textContent = label 351 + e.firstChild.textContent = label//.replace(/_/g, " ") 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'>