mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
commit
b24f9b4dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ Default substitutions are:
|
||||||
| `<<` | `«` |
|
| `<<` | `«` |
|
||||||
| `>>` | `»` |
|
| `>>` | `»` |
|
||||||
|
|
||||||
You can override the defualt substitutions via `extensions.WithTypographicSubstitutions`:
|
You can override the default substitutions via `extensions.WithTypographicSubstitutions`:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
markdown := goldmark.New(
|
markdown := goldmark.New(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue