Przeglądaj źródła

Don't convert ellipsis in markdown (#9905) (#9937)

* Don't convert ellipsis

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Formatting

Co-Authored-By: zeripath <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Co-authored-by: zeripath <art27@cantab.net>
tags/v1.11.0-rc2
John Olheiser 4 lat temu
rodzic
commit
e24861a546
1 zmienionych plików z 3 dodań i 2 usunięć
  1. 3
    2
      modules/markup/markdown/markdown.go

+ 3
- 2
modules/markup/markdown/markdown.go Wyświetl plik

common.FootnoteExtension, common.FootnoteExtension,
extension.NewTypographer( extension.NewTypographer(
extension.WithTypographicSubstitutions(extension.TypographicSubstitutions{ extension.WithTypographicSubstitutions(extension.TypographicSubstitutions{
extension.EnDash: nil,
extension.EmDash: nil,
extension.EnDash: nil,
extension.EmDash: nil,
extension.Ellipsis: nil,
}), }),
), ),
), ),

Ładowanie…
Anuluj
Zapisz