objectscript / LightPivotTable

Lightweight pivot table representation for MDX2JSON source for InterSystems Cache
MIT License
3 stars 4 forks source link

Error shielding fields from HTML characters #15

Open MakarovS96 opened 5 years ago

MakarovS96 commented 5 years ago

https://community.intersystems.com/post/calling-listfindoref Calling list.FindOref(<object from indexOpen call>) image

nikitaeverywhere commented 5 years ago

@MakarovS96, !?

eduard93 commented 5 years ago

Source text: Calling list.FindOref(<object from indexOpen call>) renders as: Calling list.FindOref()

nikitaeverywhere commented 5 years ago

Aha, thanks @eduard93. That's must be fixed! I don't quite remember how much breaking changes this fix can introduce. If you have time, please, try slightly changing the linked code. Make it .textContent = instead, but preserve links formatting with some sort of condition. Thanks!