This commit is contained in:
Daniel 2025-02-09 11:19:26 +08:00
parent 9885e6eb9b
commit 0658c85b2e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 4 additions and 4 deletions

View file

@ -709,7 +709,7 @@ func NewLute() (ret *lute.Lute) {
return
}
func EnableLuteInlineSyntax(luteEngine *lute.Lute) {
func enableLuteInlineSyntax(luteEngine *lute.Lute) {
luteEngine.SetInlineAsterisk(true)
luteEngine.SetInlineUnderscore(true)
luteEngine.SetSup(true)