ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Web - markdown function not loading in dev deployment #799

Closed dvstans closed 2 years ago

dvstans commented 2 years ago

The "marked" function is not being loaded and is throwing an error in the dev deployment (sdms.ornl.gov) but works in the production version (datafed.ornl.gov). Could be a CORS issue or other config problem.

dvstans commented 2 years ago

This was a bug in the marked library - forced use of a newer version (3.0.7) fixed the problem.