Crates.io | md2nb |
lib.rs | md2nb |
version | 0.1.0 |
source | src |
created_at | 2022-03-04 04:36:54.167273 |
updated_at | 2022-03-04 04:36:54.167273 |
description | Convert Markdown files into Wolfram Notebooks |
homepage | |
repository | https://github.com/ConnorGray/md2nb |
max_upload_size | |
id | 543339 |
size | 603,538 |
md2nb
is a command-line tool for converting Markdown
files into Wolfram Notebooks.
md2nb
is a command-line tool. After installing md2nb
, it can be used
to convert a .md
file to a .nb
:
$ md2nb <INPUT>.md <OUTPUT>.nb
For example, to convert this project's README.md
file into a Wolfram Notebook, execute:
$ md2nb README.md README.nb
md2nb
converts .md
files into Wolfram .nb
files.
Markdown constructs are converted into corresponding standard Wolfram Notebook representations.
Most CommonMark features are supported, including:
Additionally, some Markdown features are converted into Wolfram Notebook representations that are more interactive than typical rendered Markdown:
ExternalEvaluate
will be converted to external language cells,
which can be executed directly within the Wolfram Notebook.See the 'Kitchen Sink' example, which includes samples of all Markdown features
currently supported by md2nb
.
TODO
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.