Evaluate code in markdown
Project description
Evaluate code in markdown.
Example
Text before:
Title ===== Some prose ``` # And some code >>> x = 1 >>> x + 1 >>> 2 + 2*x wrong result ```
Run pymarkdown:
$ pymarkdown text.md
Text after:
Title ===== Some prose ``` # And some code >>> x = 1 >>> x + 1 2 >>> 2 + 2*x 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.1.tar.gz
(2.7 kB
view details)
File details
Details for the file pymarkdown-0.1.1.tar.gz
.
File metadata
- Download URL: pymarkdown-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 835ed9f49a4f28bed68ddd318cdcfb21204cefa245034dbdef10bb28189a4093 |
|
MD5 | 5d4b79551a8914efcad7d78debbae738 |
|
BLAKE2b-256 | 1d9447a00b0c5c950013e79962dbf14901eb73028bea44b44fe3821f5d96dba7 |