gitbook-plugin-summary icon indicating copy to clipboard operation
gitbook-plugin-summary copied to clipboard

gitbook-plugin-summary,在Kindle电子书中显示出有层次感的二级目录

Results 1 gitbook-plugin-summary issues
Sort by recently updated
recently updated
newest added

output = open(os.path.join(dir_input, filename), 'w') 应该改为 output = open(os.path.join(dir_input, filename), 'w',encoding='utf-8'),指定编码格式为utf-8 不然会中文乱码