fix: video loading from markdown

This commit is contained in:
Corbin Crutchley
2021-11-28 12:58:00 -08:00
parent 19683840ce
commit 12b6b346b1
9 changed files with 266 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ Well, its been a few years since Ive refreshed my math skills, so they mig
Lets open VSCode and start implementing the function.
`video: title: "GitHub Copilot generating a complete implementation of 'isPrime' from nothing more than the function name": ./gh_copilot_is_prime.mp4`
<video src="./gh_copilot_is_prime.mp4" title="GitHub Copilot generating a complete implementation of 'isPrime' from nothing more than the function name"></video>
Wow! I hadnt even had a chance to add the parameters to the “isPrime” function before Copilot had already made a suggestion!