@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
160 lines (116 loc) • 3.88 kB
Markdown
* [Heading 1](
* [Heading level 2](
* [Heading level 3 - with a table](
* [Heading 3 - a diagram with links](
* [Heading 3 - with a Table of contents](
* [Other examples](
* [Image](
* [Preformatted Text](
Some normal text with hyperlinks to a [website](https://www.enterprisehealth.com/) and a link to a document on the [shared drive](gdoc:1H6vwfQXIexdg4ldfaoPUjhOZPnSkNn6h29WD6Fi-SBY) with multiple versions of [the link](gdoc:1H6vwfQXIexdg4ldfaoPUjhOZPnSkNn6h29WD6Fi-SBY) because people cut and paste. [Link to test page](gdoc:1iou0QW09pdUhaNtS1RfjJh12lxKAbbq91-SHGihXu_4). Link to [doc in another folder](gdoc:1G4xwfBdH5mvEQyGN16TD2vFUHP8aNgU7wPst-2QTZug).
<table>
<tr>
<td>Heading 1</td>
<td>Heading 2</td>
<td>Heading 3</td>
<td>Heading 4</td>
<td>Heading 5</td>
</tr>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
<td>Cell 3</td>
<td>Cell 4<br />
<table>
<tr>
<td>C1</td>
<td><strong>C2</strong></td>
</tr>
<tr>
<td>C3</td>
<td>C4</td>
</tr>
</table>
After subtable</td>
<td>Cell 5</td>
</tr>
</table>
[](gdoc:1Du-DYDST4liLykJl0fHSCvuQYIYhtOfwco-ntn38Dy8)
[](gdoc:1Du-DYDST4liLykJl0fHSCvuQYIYhtOfwco-ntn38Dy8)
* [Heading 1](
* [Heading level 2](
* [Heading level 3 - with a table](
* [Heading 3 - a diagram with links](
* [Heading 3 - with a Table of contents](
* [Other examples](
* [Image](
* [Preformatted Text](


```
This is monospaced text. This should line up |
with this |
```
Code blocks are part of the Markdown spec, but syntax highlighting isn't. However, many renderers -- like Github's and *Markdown Here* -- support syntax highlighting. Which languages are supported and how those language names should be written will vary from renderer to renderer. *Markdown Here* supports highlighting for dozens of languages (and not-really-languages, like diffs and HTTP headers); to see the complete list, and how to write the language names, see the [highlight.js demo page](http://softwaremaniacs.org/media/soft/highlight/test.html).
{{markdown}}
```javascript
class MyClass {
public static myValue: string;
constructor(init: string) {
this.myValue = init;
}
}
import fs = require("fs");
module MyModule {
export interface MyInterface extends Other {
myProperty: any;
}
}
declare magicNumber number;
myArray.forEach(() => { }); // fat arrow syntax
```
{{/markdown}}
From Youtube:
[](https://www.youtube.com/watch?v=v6QAIWLCz8I&t=1743s)
This is some text separated by a horizontal line
___
This is after the horizontal line.
* Bullet 1
* Bullet 2
* SubBullet 1
* SubBullet 2
* Bullet 3
1. SubNumeric 1
2. SubNumeric 2
3. SubNumeric 3
A. Alpha 1
B. Alpha 2
C. Alpha 3
Some **bold** **_boldanditalic_*** italic* text
```math
E = m c^{2}
```
```math
e^{i \pi} - 1 = 0
```
*E=mc**2*
Inline $$E = m c^{2}$$ math
1Footnotes should display as a footnote, and should always display at the very end of the document (page)**?** This is some sample text with a footnote.
This is some other data.