remove markdown from plaintext post titles

This commit is contained in:
2022-01-16 18:16:02 -05:00
parent b2f51ff10a
commit a139447b39
14 changed files with 50 additions and 115 deletions
+18 -1
View File
@@ -171,7 +171,24 @@ You can [download their software here](https://foldingathome.org/start-folding/)
**Fun fact:** The team behind Folding@home has seen a [**huge** spike in computational power](https://www.reddit.com/r/pcmasterrace/comments/flgm7q/ama_with_the_team_behind_foldinghome_coronavirus/) this month after cryptominers started mining coronavirus proteins instead of boring, old Ethereum with their insanely overpowered GPUs! 👏
<Video url="https://www.youtube-nocookie.com/watch?v=NTLU1anxe8c" controls />
<Video
url={[
{ src: "/static/images/notes/coronavirus-open-source/folding.webm", type: "video/webm" },
{ src: "/static/images/notes/coronavirus-open-source/folding.mp4", type: "video/mp4" },
]}
config={{
file: {
attributes: {
poster: "/static/images/notes/coronavirus-open-source/folding-thumb.png",
autoPlay: true,
loop: true,
volume: 0,
muted: true,
},
},
}}
controls={false}
/>
## [Coronavirus Tracker API](https://coronavirus-tracker-api.herokuapp.com/v2/locations) <Octocat repo="ExpDev07/coronavirus-tracker-api" />