No description
  • Go 63.3%
  • Python 35.9%
  • Shell 0.8%
Find a file
2026-04-20 10:10:03 -04:00
generated finally getting rid of this stupid base64 data 2026-04-18 11:59:31 -04:00
.gitignore blargh 2026-04-18 11:23:40 -04:00
base64_parsing_test.md blargh 2026-04-18 11:23:40 -04:00
convert.py draft 3-ish 2026-04-14 19:35:44 -04:00
go.mod blargh 2026-04-18 11:23:40 -04:00
go.sum blargh 2026-04-18 11:23:40 -04:00
input.md blargh 2026-04-18 11:23:40 -04:00
links.md blargh 2026-04-18 11:23:40 -04:00
main.go Add returns in error handling blocks. 2026-04-20 10:10:03 -04:00
README.md README update 2026-04-20 09:49:56 -04:00
run.sh fuck it 2026-04-14 18:51:36 -04:00
test_convert.py blargh 2026-04-18 11:23:40 -04:00
v2.md testing with multiple images 2026-04-14 12:35:20 -04:00
v3.md broken v3 2026-04-14 17:51:29 -04:00

Installation and Usage

  1. Run go build -o DESIRED_BINARY_NAME.
  2. Run ./DESIRED_BINARY NAME -target path/to/markdown_file.md. A generated/markdown_file/ directory will be created in the current directory which will contain the parsed image files and transformed markdown file.