We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当网页内容包含表格时,剪藏后表格会是html格式,像这样
期待的结果:表格默认保存为markdown格式,或者允许用户设置默认格式
谢谢
The text was updated successfully, but these errors were encountered:
對於第一種情況,MaoXian 在上一個版本中,已經支持標記這些用於網頁框架的表格,當標記後,MaoXian 會完全忽略這些表格。會按照一個單元格一個單元格轉換,轉換完成後,即看不到用於表示表格的標籤 <table> ,也不會出現 Markdown 表格。
<table>
標記方法爲:在對應的 <table> 添加上 data-mx-layout-table 屬性。可以使用 MaoXian 助手,Plan 的 chAttr 屬性去標記。
data-mx-layout-table
對於第二種情況,目前沒想到很好的處理方法。
Sorry, something went wrong.
谢谢,方法有效!
No branches or pull requests
当网页内容包含表格时,剪藏后表格会是html格式,像这样
期待的结果:表格默认保存为markdown格式,或者允许用户设置默认格式
谢谢
The text was updated successfully, but these errors were encountered: