mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Update README.md
This commit is contained in:
parent
83e7dcebc7
commit
94947895e7
1 changed files with 0 additions and 3 deletions
|
|
@ -72,9 +72,6 @@ import (
|
||||||
|
|
||||||
Convert Markdown documents with the CommonMark compliant mode:
|
Convert Markdown documents with the CommonMark compliant mode:
|
||||||
|
|
||||||
```go
|
|
||||||
```
|
|
||||||
|
|
||||||
```go
|
```go
|
||||||
var buf bytes.Buffer
|
var buf bytes.Buffer
|
||||||
if err := goldmark.Convert(source, &buf); err != nil {
|
if err := goldmark.Convert(source, &buf); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue