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

Add .livemd extension to Markdown language #5672

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

@nallwhy
Copy link
Contributor

@nallwhy nallwhy commented Dec 4, 2021

Description

This PR adds .livemd extension to Markdown language.

.livemd is the extension of Livebook which is an Elixir version of Jupyter.
.livemd is a subset of Markdown.

.livemd can be displayed as Markdown on GitHub when .livemd has <!-- vim: syntax=markdown --> at the first line of it (Example), but it's not a default option of .livemd.

Checklist:

  • I am associating a language with a new file extension.
    • The new extension is used in hundreds of repositories on GitHub.com
    • I have included a real-world usage sample for all extensions added in this PR:
      • Sample source(s): x (I made it including all features of Livebook)
    • I have included a change to the heuristics to distinguish my language from others using the same extension.
@nallwhy nallwhy requested a review from as a code owner Dec 4, 2021
@lildude
Copy link
Member

@lildude lildude commented Dec 8, 2021

I've fixed the ordering to get the tests passing.

Unfortunately, we can't merge this yet as the extension isn't popular enough yet:

Total files found: 645
Unique public user/repos: 28
Unique owners: 27

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

Successfully merging this pull request may close these issues.

None yet

2 participants