mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
add comments
This commit is contained in:
parent
6cbcfebb71
commit
2367b9ff46
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ type withEastAsianLineBreaks struct {
|
|||
worksEvenWithOneSide bool
|
||||
}
|
||||
|
||||
// A EastAsianLineBreaksOption sets options for east asian line breaks.
|
||||
type EastAsianLineBreaksOption func(*withEastAsianLineBreaks)
|
||||
|
||||
func (o *withEastAsianLineBreaks) SetConfig(c *renderer.Config) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue