什麼是Mark Down Language? 在AI人工智能處理文件時可替你方便保留文件格式 ,轉用文字也能保持格式 (Keep text format when we use AI to convert doc)
Markdown 是一種輕量級標記語言。它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成有效的 HTML 或其他格式。
筆者用AI時想分析一些PDF 報告或文章,但發現結果出來文字格式全亂了,要費很多功夫整理。後來筆者找到一個方法保持格式的方法。
假設我想分析及撮要這個PDF File 的文章為600字,但又想轉用文字也能保持格式 ,怎麼辦?
這裡我用了Deepseek 附件上載功能上載PDF,而後打
Summarize the report in 600 words with objective , process and result (use mark down language)
這是就會出現mark down language
例子:
# Summary of Research Report: Developing and Realizing Community within Intelligence Online (io)
## **Objective**
The study aimed to examine how virtual communities are developed, realized, and sustained within **Intelligence Online (io)**, a virtual in-service teacher-learning environment. Focused on professional development for educators, the research sought to answer:
1. How virtual communities are created and sustained to facilitate teacher professional development.
2. What factors influence the phases of virtual community development in online teacher professional development.
The broader goal was to understand the dynamics of virtual learning communities as more professional development opportunities migrate online, emphasizing the need for effective strategies to engage participants as collaborative learners.
---
## **Process**
### **Methodology**
- **Case Study Approach**: An exploratory, naturalistic design was used to capture experiences and perceptions of participants in io.
- **Participants**: 22 educators, including 10 teachers, 10 mentors, and 2 io developers from four Alberta school divisions.
根據Deepseek 資料:
# 一級標題
## 二級標題
### 三級標題
#### 四級標題
##### 五級標題
###### 六級標題
*斜體* 或 _斜體_
**粗體** 或 __粗體__
***粗斜體*** 或 ___粗斜體___
~~刪除線~~
| 左對齊 | 置中對齊 | 右對齊 |
|:-------|:-------:|-------:|
| 資料1 | 資料2 | 資料3 |
| 資料4 | 資料5 | 資料6 |
還有其他等等... ...
這裡我們用一個online mark down language to html converter
Online Markdown Convertor
在線上把它轉換文字,同時也能保持格式了。
留言
張貼留言