Skip to main content

Evaluate code in markdown

Project description

Evaluate code in markdown.

Example

Text before:

Title
=====

Some prose


```
# And some code
>>> 1 + 1

>>> 2 + 2
wrong result
```

Run pymarkdown:

$ pymarkdown text.md

Text after:

Title
=====

Some prose


```
# And some code
>>> 1 + 1
2

>>> 2 + 2
4
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymarkdown-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page