From 28f13c998ff40892abe24a2066bc4f40d82efdb3 Mon Sep 17 00:00:00 2001 From: Kevin Boyette Date: Tue, 11 Mar 2025 07:09:05 -0400 Subject: [PATCH] Fix the example so that it compiles Both os and markdown/ast are imported and unused --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5127ed64..db500256 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,7 @@ To convert markdown text to HTML using reasonable defaults: package main import ( - "os" - "github.com/gomarkdown/markdown" - "github.com/gomarkdown/markdown/ast" "github.com/gomarkdown/markdown/html" "github.com/gomarkdown/markdown/parser"