## Bug description When sync documents from github, if the documents contain links with empty href, then the link and the contents is lost in gitbook. ``` <b>use</b> <a href="">0x1::error</a>; <b>use</b> <a href="">0x1::event</a>; <b>use</b> <a href="">0x1::object</a>; <b>use</b> <a href="">0x1::option</a>; <b>use</b> <a href="">0x1::signer</a>; ``` <img width="1160" height="512" alt="Image" src="https://github.com/user-attachments/assets/4253d7af-a1fe-4737-b829-3cfa82a3a5a5" /> ## Additional context