SimonJF / skye-gtopdb

Implementation of the GtoPdb in Links
Apache License 2.0
0 stars 0 forks source link

Arbitrary strings can contain Reference and Ligand tags #12

Open SimonJF opened 5 years ago

SimonJF commented 5 years ago

Currently, we're only handling Reference and Ligand tags in the Overview and Comments fields. What we really need to do is not pass any strings directly into the model: all should be inspected and transformed to Markup (as well as populating the ligand and reference data, so everything's properly displayed).