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

Multiline Code blocks that aren't elm #16

Open
sp4ghet opened this issue Jun 8, 2020 · 2 comments
Open

Multiline Code blocks that aren't elm #16

sp4ghet opened this issue Jun 8, 2020 · 2 comments

Comments

@sp4ghet
Copy link

sp4ghet commented Jun 8, 2020

this doesn't work
unless you put
"```elm
"something like this
"```

also there doesn't seem to be any support for languages other than elm, which is inconvenient

@Anton-4
Copy link
Contributor

Anton-4 commented Aug 14, 2020

I am working on proper styling when no language is given, (depends on pablohirafuji/elm-syntax-highlight#13 ).

The following languages are currently supported:

  • Elm
  • Javascript
  • Xml
  • Css
  • Python
  • SQL
  • JSON

We use elm-syntax-highlight for this btw.

@Anton-4
Copy link
Contributor

Anton-4 commented Sep 14, 2020

With the latest release you can add nolang after the three ticks to create generic code styling.
We are aware this deviates from the markdown standard but it would require major changes to the parsers to enable this to work without a string after the first three ticks.

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