Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKAN descriptions are Markdown, not text. #66

Open
rossjones opened this issue Oct 13, 2014 · 1 comment
Open

CKAN descriptions are Markdown, not text. #66

rossjones opened this issue Oct 13, 2014 · 1 comment

Comments

@rossjones
Copy link

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.

@danielgavrilov
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants