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
{{ message }}
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
prism.js already contains all languages, but the syntax highlighting for Dockerfile and yaml does not work, potentially because of the mime/type provided by the server.
The server gives Content-Type:text/yaml; charset=UTF-8 for erc.yml (client problem):
The server gives Content-Type:application/octet-stream for Dockerfile (probably server problem):
What is the type needed for Dockerfile?
The text was updated successfully, but these errors were encountered:
Currently prism.js is only handling .Rmd files properly due to a change of the code highlighting framework. To make the highlighting properly running the o2rDisplayfiles.directive.js has to be edited. More precisely the functions here and here as well as here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
prism.js
already contains all languages, but the syntax highlighting forDockerfile
andyaml
does not work, potentially because of the mime/type provided by the server.The server gives
Content-Type:text/yaml; charset=UTF-8
forerc.yml
(client problem):The server gives
Content-Type:application/octet-stream
forDockerfile
(probably server problem):What is the type needed for Dockerfile?
The text was updated successfully, but these errors were encountered: