https://github.com/jcs090218/documents_public
存在文檔 (公開)
https://github.com/jcs090218/documents_public
doc document documents public storage
Last synced: 30 days ago
JSON representation
存在文檔 (公開)
- Host: GitHub
- URL: https://github.com/jcs090218/documents_public
- Owner: jcs090218
- License: cc-by-sa-4.0
- Created: 2019-09-20T07:52:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T05:48:04.000Z (about 2 months ago)
- Last Synced: 2025-03-10T06:29:59.383Z (about 2 months ago)
- Topics: doc, document, documents, public, storage
- Homepage:
- Size: 268 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Documents_public
存在文檔 (公開)
## 🔧 Convert Markdown to Docx
把md轉成docx, 請使用[pandoc](https://github.com/jgm/pandoc).
指令如下,
```
pandoc myfile.txt -o myfile.docx
```## ⚜️ License
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
This work is licensed under a
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg