https://github.com/rsdoiel/block_extractor
A proof of concept TypeScript program that reads a Markdown file and extract blocks of code delimited with "```".
https://github.com/rsdoiel/block_extractor
Last synced: 2 months ago
JSON representation
A proof of concept TypeScript program that reads a Markdown file and extract blocks of code delimited with "```".
- Host: GitHub
- URL: https://github.com/rsdoiel/block_extractor
- Owner: rsdoiel
- License: bsd-3-clause
- Created: 2025-03-19T23:51:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T00:14:23.000Z (3 months ago)
- Last Synced: 2025-03-20T00:29:48.920Z (3 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# block_extractor 0.0.0
This is a proof of concept TypeScript program for Deno 2.2 that will scan a Markdown document and extract the code blocks encountered.
## Release Notes
- version: 0.0.0
- status: conceptproof of concept
### Authors
- Doiel, R. S.
## Software Requirements
- Deno 2.2
Uses: Deno 2.2
## Related resources
- [Getting Help, Reporting bugs](https://github.com/rsdoiel/block_extractor/issues)
- [LICENSE](https://spdx.org/licenses/BSD-3-Clause.html)
- [Installation](INSTALL.md)
- [About](about.md)