luatodonotes / tikz:如何重新设计 \todo 节点?

luatodonotes / tikz:如何重新设计 \todo 节点?

对于以下内容,我该如何

1-是否有换行符并控制待办事项节点内文本的对齐方式?

2- 以视觉上更好的方式将作者与下面的评论分开(例如,在彼此上方有两个单独的相邻圆形框)?

\documentclass{article}
\usepackage{luatodonotes}
\begin{document}
    \todo[author = the author,  noline , color = orange]{the comment}{\color{blue}{the highlighted text}}
\end{document}

相关内容