An open API service indexing awesome lists of open source software.

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 "```".

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: concept

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