Skip to content

Commit ace13ec

Browse files
authored
Drop py-gfm from demo, refs #74
1 parent dbac2e5 commit ace13ec

2 files changed

Lines changed: 4 additions & 17 deletions

File tree

.github/workflows/deploy-demo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ jobs:
108108
-m demo-metadata.json \
109109
--service github-to-sqlite \
110110
--branch=main \
111-
--install=py-gfm \
112111
--install=datasette-search-all>=0.3 \
113112
--install=datasette-render-markdown>=1.1.2 \
114113
--install=datasette-pretty-json \

demo-metadata.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
"span": [
4646
"class"
4747
]
48-
},
49-
"extensions": [
50-
"mdx_gfm:GithubFlavoredMarkdownExtension"
51-
]
48+
}
5249
}
5350
}
5451
},
@@ -89,10 +86,7 @@
8986
"span": [
9087
"class"
9188
]
92-
},
93-
"extensions": [
94-
"mdx_gfm:GithubFlavoredMarkdownExtension"
95-
]
89+
}
9690
}
9791
}
9892
},
@@ -138,10 +132,7 @@
138132
"span": [
139133
"class"
140134
]
141-
},
142-
"extensions": [
143-
"mdx_gfm:GithubFlavoredMarkdownExtension"
144-
]
135+
}
145136
}
146137
}
147138
},
@@ -180,10 +171,7 @@
180171
"span": [
181172
"class"
182173
]
183-
},
184-
"extensions": [
185-
"mdx_gfm:GithubFlavoredMarkdownExtension"
186-
]
174+
}
187175
}
188176
}
189177
}

0 commit comments

Comments
 (0)