From 13803bfba6c5e1ebf4db5684d06811d44a0c9d42 Mon Sep 17 00:00:00 2001 From: Charlie Tonneslan Date: Sat, 16 May 2026 19:46:12 -0400 Subject: [PATCH] docs: drop the dead Try it online link The onlinetool.io/goplayground share link returns a 404 / unrelated page, so users following the README end up somewhere confusing. Remove the line rather than swap in another guess; the README still shows a runnable example a few lines up and links to the long-form guide right below. Closes #359. Signed-off-by: Charlie Tonneslan --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index db50025..0a480af 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,6 @@ func main() { } ``` -Try it online: https://onlinetool.io/goplayground/#txO7hJ-ibeU - For more documentation read [this guide](https://blog.kowalczyk.info/article/cxn3/advanced-markdown-processing-in-go.html) Comparing to other markdown parsers: https://babelmark.github.io/