{"id":20882357,"url":"https://github.com/1ambda/zeppelin-markdown-spell","last_synced_at":"2026-05-20T07:07:08.208Z","repository":{"id":57405570,"uuid":"81622393","full_name":"1ambda/zeppelin-markdown-spell","owner":"1ambda","description":"Markdown Spell for Apache Zeppelin","archived":false,"fork":false,"pushed_at":"2017-03-07T19:17:06.000Z","size":467,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T16:14:35.103Z","etag":null,"topics":["helium","markdown","spell","zeppelin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/1ambda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-11T01:30:51.000Z","updated_at":"2017-03-11T19:48:49.000Z","dependencies_parsed_at":"2022-09-26T17:01:42.189Z","dependency_job_id":null,"html_url":"https://github.com/1ambda/zeppelin-markdown-spell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/1ambda/zeppelin-markdown-spell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1ambda%2Fzeppelin-markdown-spell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1ambda%2Fzeppelin-markdown-spell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1ambda%2Fzeppelin-markdown-spell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1ambda%2Fzeppelin-markdown-spell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1ambda","download_url":"https://codeload.github.com/1ambda/zeppelin-markdown-spell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1ambda%2Fzeppelin-markdown-spell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677505,"owners_count":24457857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["helium","markdown","spell","zeppelin"],"created_at":"2024-11-18T07:31:15.395Z","updated_at":"2026-05-20T07:07:03.171Z","avatar_url":"https://github.com/1ambda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zeppelin-markdown-spell\n\nParse markdown text using [markdown-it](https://markdown-it.github.io/) with\n\n- [markdown-it-subscript](https://github.com/markdown-it/markdown-it-sub)\n- [markdown-it-superscript](https://github.com/markdown-it/markdown-it-sup)\n- [markdown-it-footnote](https://github.com/markdown-it/markdown-it-footnote)\n- [markdown-it-definition list](https://github.com/markdown-it/markdown-it-deflist)\n- [markdown-it-abbreviation](https://github.com/markdown-it/markdown-it-abbr)\n- [markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji)\n- [markdown-it-custom container](https://github.com/markdown-it/markdown-it-container)\n- [markdown-it-insert](https://github.com/markdown-it/markdown-it-ins)\n- [markdown-it-mark](https://github.com/markdown-it/markdown-it-mark)\n\n\n## Usage\n\n1. Enable `zeppelin-markdown-spell` in the `/helium` page\n2. Use `%markdown` magic in notebooks\n\n## Screenshots\n\n![](https://raw.githubusercontent.com/1ambda/zeppelin-markdown-spell/master/screenshots/usage1.png)\n![](https://raw.githubusercontent.com/1ambda/zeppelin-markdown-spell/master/screenshots/usage2.png)\n\n## Text for testing\n\n```\n# h1 Heading 8-)\n\n## Horizontal Rules\n\n___\n\n## Tables\n\nRight aligned columns\n\n| Option | Description |\n| ------:| -----------:|\n| data   | path to data files to supply the data that will be passed into templates. |\n| engine | engine to be used for processing templates. Handlebars is the default. |\n| ext    | extension to be used for dest files. |\n\n\n## Links\n\n[link text](http://dev.nodeca.com)\n[link with title](http://nodeca.github.io/pica/demo/ \"title text!\")\n\n\n## Images\n\n![Stormtroopocat](https://octodex.github.com/images/stormtroopocat.jpg \"The Stormtroopocat\")\n\nLike links, Images also have a footnote style syntax\n\n![Alt text][id]\n\nWith a reference later in the document defining the URL location:\n\n[id]: https://octodex.github.com/images/dojocat.jpg  \"The Dojocat\"\n\n## Plugins\n\nThe killer feature of `markdown-it` is very effective support of\n[syntax plugins](https://www.npmjs.org/browse/keyword/markdown-it-plugin).\n\n\n### [Emojies](https://github.com/markdown-it/markdown-it-emoji)\n\n\u003e Classic markup: :wink: :crush: :cry: :tear: :laughing: :yum:\n\u003e\n\u003e Shortcuts (emoticons): :-) :-( 8-) ;)\n\nsee [how to change output](https://github.com/markdown-it/markdown-it-emoji#change-output) with twemoji.\n\n\n### [Subscript](https://github.com/markdown-it/markdown-it-sub) / [Superscript](https://github.com/markdown-it/markdown-it-sup)\n\n- 19^th^\n- H~2~O\n\n\n### [\\\u003cins\u003e](https://github.com/markdown-it/markdown-it-ins)\n\n++Inserted text++\n\n\n### [\\\u003cmark\u003e](https://github.com/markdown-it/markdown-it-mark)\n\n==Marked text==\n\n### [Footnotes](https://github.com/markdown-it/markdown-it-footnote)\n\nFootnote 1 link[^first].\n\nFootnote 2 link[^second].\n\nInline footnote^[Text of inline footnote] definition.\n\nDuplicated footnote reference[^second].\n\n[^first]: Footnote **can have markup**\n\n    and multiple paragraphs.\n\n[^second]: Footnote text.\n\n\n### [Definition lists](https://github.com/markdown-it/markdown-it-deflist)\n\nTerm 1\n\n:   Definition 1\nwith lazy continuation.\n\nTerm 2 with *inline markup*\n\n:   Definition 2\n\n        { some code, part of Definition 2 }\n\n    Third paragraph of definition 2.\n\n_Compact style:_\n\nTerm 1\n  ~ Definition 1\n\nTerm 2\n  ~ Definition 2a\n  ~ Definition 2b\n\n### [Abbreviations](https://github.com/markdown-it/markdown-it-abbr)\n\nThis is HTML abbreviation example.\n\nIt converts \"HTML\", but keep intact partial entries like \"xxxHTMLyyy\" and so on.\n\n*[HTML]: Hyper Text Markup Language\n\n### [Custom containers](https://github.com/markdown-it/markdown-it-container)\n\n::: warning\n*here be dragons*\n:::\n```\n\n## License\n\n- MIT: [markdown-it](https://github.com/markdown-it/markdown-it)\n- Icon from [Icons8](https://icons8.com/web-app/21812/markdown)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ambda%2Fzeppelin-markdown-spell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1ambda%2Fzeppelin-markdown-spell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1ambda%2Fzeppelin-markdown-spell/lists"}