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

Code Syntax Highlight #303

Open
loretoparisi opened this issue Jul 6, 2018 · 0 comments
Open

Code Syntax Highlight #303

loretoparisi opened this issue Jul 6, 2018 · 0 comments

Comments

@loretoparisi
Copy link

loretoparisi commented Jul 6, 2018

It would be nice to add a minimalist <code/> syntax highlight like the one available in most of markdown editors using the code type like

{
  "key": "I'm a json"
}

when turning a ````` into a <pre/><code/> element. A good example is the ACE editor that gives support for most of languages. Another great code highlight tool is Highlight.js.
To support a specific language typically a class will be inferred like in the above example <pre><code class=json">

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

1 participant