trifid icon indicating copy to clipboard operation
trifid copied to clipboard

render markdown in a literal

Open VladimirAlexiev opened this issue 8 months ago • 1 comments

Can Trifid render markdown in a literal as eg at https://sepses.ifs.tuwien.ac.at/resource/attack/group/temp.veles? I'd like the description to be rendered like this:

TEMP.Veles is a Russia-based threat group that has targeted critical infrastructure. The group has been observed utilizing TRITON, a malware framework designed to manipulate industrial safety systems

  • https://github.com/zazuko/trifid/tree/main/packages/markdown-content seems to be doing a different thing.
  • if need be, such literals could be marked with a special datatype, eg
@prefix sysont: <http://ns.ontowiki.net/SysOnt/>
<foo>  dc:description "This is *cool*, **really cool**"^^sysont:Markdown;

VladimirAlexiev avatar Jun 11 '24 11:06 VladimirAlexiev