You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this quite solved, @0x41head. It is only fixed for Description, but not for Risk and Measurement (which also contain markdown, just not as often).
Also, I think you'd be better off solving it as done in activity-description.component.ts at load time, using defineStringValues(). Then we don't need to mock about in angular. :)
The markdown is correctly interpreted in Activity Description view.
Example: https://dsomm.owasp.org/activity-description?uuid=47419324-e263-415b-815d-e7161b6b905e&dimension=Culture%20and%20Organization&subDimension=Design&level=1&activityName=Conduction%20of%20simple%20threat%20modeling%20on%20technical%20level
But in Circular Heatmap, the content are in plain-text. Cannot be read if some styles are applied.
Example for the same topic than above:
Could it be possible to have a nice Markdown to HTML view also in circular heatmap ?
The text was updated successfully, but these errors were encountered: