diff --git a/components/prose/GridTable.global.vue b/components/prose/GridTable.global.vue
index d0f59d7e0bb6df50bf0b833105db6b98660dbc59..8af1d441e5d327e1936d7fd5e654a70621c1469c 100644
--- a/components/prose/GridTable.global.vue
+++ b/components/prose/GridTable.global.vue
@@ -1,13 +1,14 @@
-
-
-
+
\ No newline at end of file
diff --git a/pages/mdc.vue b/pages/mdc.vue
index 5e1e8f19bc5e6c2671698b2d03c4447185563308..c5172f8cdb931f0bd99c3d86faba60c1031ba1df 100644
--- a/pages/mdc.vue
+++ b/pages/mdc.vue
@@ -12,4 +12,23 @@ const lineChart = `
const tableChart = `
::ProseGridTable{:data='[{"repo_id":"806709826","repo_name":"2noise/ChatTTS","primary_language":"Jupyter Notebook","description":"ChatTTS is a generative speech model for daily dialogue.","stars":"1451","forks":"167","pull_requests":"3","pushes":"","total_score":"6000.5405","contributor_logins":"zhouhao27,Huixxi,Thinking80s,bank010,lphkxd","collection_names":""}]'}
`
+const table = `
+| repo_id | repo_name | primary_language | description | stars | forks | pull_requests | pushes | total_score | contributor_logins | collection_names |
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
+| 806709826 | 2noise/ChatTTS | Jupyter Notebook | ChatTTS is a generative speech model for daily dialogue | 1451 | 167 | 3 | | 6000.5405 | zhouhao27,Huixxi,Thinking80s,bank010,lphkxd | |
+`
+const table2 = `
+| 列1 | 列2 | 列3 | 列4 | 列5 | 列6 | 列7 | 列8 | 列9 | 列10 |
+| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
+| 行1数据A | 数据B | 数据C | 数据D | 数据E | 数据F | 数据G | 数据H | 数据I | 数据J |
+| 行2数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行3数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行4数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行5数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行6数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行7数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行8数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行9数据A | ... | ... | ... | ... | ... | ... | ... | ... | ... |
+| 行10数据A | 数据B | 数据C | 数据D | 数据E | 数据F | 数据G | 数据H | 数据I | 数据J |
+`
\ No newline at end of file