You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package main
import (
"fmt""github.com/88250/lute"
)
funcmain() {
luteEngine:=lute.New() // GFM support and Chinese context optimization have been enabled by defaultmd, _:=luteEngine.HTML2Markdown(` <p>测试 <code>nameme</code> 属性。调用 <code>getValue</code> 时 <code>Method</code></p> `)
fmt.Println(md)
// <p><strong>Lute</strong> - A structured Markdown engine.</p>
}
输出的结果如下:
测试 `namem` 属性。调用 `getValu` 时 `Meth`
期待的结果
code中的内容不要丢失,猜测可能是术语拼写修正的问题
截屏或录像
如果可能,请尽量附加截图或录像来描述你遇到的问题。
其他信息
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered:
请先看《提问的智慧》,并尝试到黑客派搜寻资料解决问题。
描述问题
将
<code>name</code>
或者<code>getValue</code>
,<code>Method</code>
等,最后的字母会丢失,烦请看看什么问题,谢谢!代码如下:
输出的结果如下:
期待的结果
code中的内容不要丢失,猜测可能是术语拼写修正的问题
截屏或录像
如果可能,请尽量附加截图或录像来描述你遇到的问题。
![image](https://user-images.githubusercontent.com/11486075/84519021-1874be80-ad04-11ea-8bb2-277d53d74f82.png)
其他信息
请提供其他附加信息帮助我们诊断问题。
The text was updated successfully, but these errors were encountered: