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 thought we had an old issue requesting this, but I could not find it. Seeing this comment from @pdurbin on #4645 caused me to shudder a little bit.
As you observed (and as I think I said wrong in my reply on the forum), you can retrieve "Terms of Use" via API like this (truncated example reformatted a bit):
"<div style=\"padding-left: 30px;\"> <ul style=\"list-style-type: decimal;\" ><li> The Murray Archive (the Distributor) has granted me a revocable license to use this dataset solely for the purposes of conducting research, and the Distributor may terminate this license at any time and for any reason...
The API returns the dataset Terms of Use, which includes HTML formatting to improve the layout in the UI. However that HTML does not improve the UX in the API.
In order to get the best of both worlds, we need to support Markdown, a lightweight markup language with plain text formatting syntax. This is what GitHub supports right here in the comment input, and it will make it easier for contributors to add text for metadata and terms that look great in the UI and API.
The text was updated successfully, but these errors were encountered:
@mheppler it's been over three years since I made the argument for supporting Markdown in #1320 (comment) so I'm not surprised the conversation wasn't top of mind for you, but I still very much think we should support Markdown. Of course, to my knowledge no one in the community has asked for Markdown support. Comments on this issue are welcome to indicate interest.
I thought we had an old issue requesting this, but I could not find it. Seeing this comment from @pdurbin on #4645 caused me to shudder a little bit.
The API returns the dataset Terms of Use, which includes HTML formatting to improve the layout in the UI. However that HTML does not improve the UX in the API.
In order to get the best of both worlds, we need to support Markdown, a lightweight markup language with plain text formatting syntax. This is what GitHub supports right here in the comment input, and it will make it easier for contributors to add text for metadata and terms that look great in the UI and API.
The text was updated successfully, but these errors were encountered: