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
The ember-jsonapi-docs repo (the thing that converts the yuidoc to jsonapi) has a function in lib/markup.js that finds codeblocks and manually makes them like this.
Todo
get a sample of the input format that is passed to the lib/markup.js function to see what format it is
figure out if there is a possibility to consider the description key on the json-api response as markdown and use ember-showdown-prism to do the highlighting work
The text was updated successfully, but these errors were encountered:
Example page where it's not working: https://ember-api-do-website-re-9n6ekm.herokuapp.com/ember/release/classes/Application
Notes on the current implementation
lib/markup.js
that finds codeblocks and manually makes them like this.Todo
lib/markup.js
function to see what format it isdescription
key on the json-api response as markdown and useember-showdown-prism
to do the highlighting workThe text was updated successfully, but these errors were encountered: