This is content converted from Markdown!
Here's a JSON sample:
{
"foo": "bar"
}| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using MSPackage = System.IO.Packaging; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Xml.Linq; | |
| namespace Jimmywim.SharePoint.Packaging | |
| { |
| <html> | |
| <head> | |
| <style> | |
| h1 { | |
| font-family: Calibri; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Hello World!</h1> |
| <html> | |
| <head> | |
| <script> | |
| function startVideo() { | |
| const video = document.querySelector('video'); | |
| const constraints = { | |
| video: true | |
| }; |