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
Regarding implementation, CKAN API version 2 (but not 3) seems to provide a notes_rendered with rendered HTML which can be used temporarily (since data_kitten only parses packages with v2 right now).
When pulling from CKAN instances, the description is always treated as plain text, when it is actually markdown - https://github.com/theodi/data_kitten/blob/master/lib/data_kitten/publishing_formats/ckan.rb#L53
This shows up as an issue when generating certificates using this - it may be that the right thing to do is to fix there, rather than here.
The text was updated successfully, but these errors were encountered: