one
one
我遇到两个问题:表格内换行``被替换成了`\n`,表格内空白格被替换成了 unicode ` `。
> 我遇到两个问题:表格内换行``被替换成了`\n`,表格内空白格被替换成了 unicode ` `。 找到一个方法,用`mdast-util-gfm-table`来解析表格,并且不要用`yuque-exporter`原本的`remark`插件来替换表格中的``,这样就能保持表格格式。 `micromark-extension-gfm-table`和`mdast-util-gfm-table`提供了 GFM 表格的语法支持,增加了`table`节点。于是可以自己遍历整个 Markdown 语法树,跳过所有`table`节点,大概像这样: ```typescript const tree = fromMarkdown(mdstring, { extensions: [gfmTable], mdastExtensions: [gfmTableFromMarkdown] }); visit(tree, visitor); function visitor(node, parent) { if (node.type ===...
Thank you for trying! This command is from the Templater plugin.
I've released 0.1.16 for this, simply by not ignoring the leading spaces of a new line. For now, the space trigger only takes effect in the new-line-only mode. Any spaces...
Great idea! I was considering some sort of command group for a while. But I failed to come up with a convincing use case to put me into this feature....
Where do you expect the sub commands to show, inside the editor suggester or as a popover just like the right-click menu?
In this way, a fuzzy search may be limited to the 1st-level commands, not including the sub commands. It that OK?
Windows 11 24H2 导出话题为图片正常
网络搜索页面宽度好像会溢出,现在多了一列了 
migrate还需要调整吗?