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 details)

Uploaded Source

File details

Details for the file pymarkdown-0.1.0.tar.gz.

File metadata

  • Download URL: pymarkdown-0.1.0.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pymarkdown-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d9199c8722277b6d36756f73bfd2ed0245e8064766ed5d054650349940d54e43
MD5 31bbd9ea18aad7ea679c2f7982842b3d
BLAKE2b-256 0fdd25e992c14b8d31a74a6bb7f6c4ec8846b2571db33c400841526a6ed9aeaa

See more details on using hashes here.

Provenance

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