jcga82
Results
2
comments of
jcga82
nested inline please!!!
Hi, in valuePrepareFunction, the return not interprete HTML code, return this string: ``` html 16 ``` The code in setting: ``` javascript valuePrepareFunction: (value) => { return `${value}`; } ```...