Created
February 10, 2021 14:45
-
-
Save nafeu/3a68ded70df496d52953a8e0788e69d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Step 1: Parse metadata and components from markdown file */ | |
| const decoder = new TextDecoder("utf-8"); | |
| const fileContent = decoder.decode(Deno.readFileSync(filename)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment