-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconvert-microsoft-word-documents-to-markdown.html
More file actions
106 lines (99 loc) · 3.34 KB
/
convert-microsoft-word-documents-to-markdown.html
File metadata and controls
106 lines (99 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Convert Microsoft Word documents to Markdown</title>
<meta
name="description"
content="Effortlessly convert Microsoft Word documents into markdown with our simple and fast tool. Paste your text and get markdown back in seconds. Try it now for free!"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- 100% privacy friendly analytics -->
<script
async
data-hostname="pastetomarkdown.com"
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
</head>
<body>
<header>
<svg
width="400"
height="400"
viewBox="0 0 400 400"
xmlns="http://www.w3.org/2000/svg"
>
<circle cx="200" cy="200" r="200" style="fill: var(--logo-color)" />
<path d="M132.414 201.448H100V298.69H132.414V201.448Z" fill="white" />
<path
d="M210.206 143.103H177.793V298.69H210.206V143.103Z"
fill="white"
/>
<path d="M288 88H255.586V298.69H288V88Z" fill="white" />
</svg>
<h1><a href="/">Paste to markdown</a></h1>
</header>
<article>
<h1>Convert Microsoft Word documents to Markdown</h1>
<p>
To use the paste to markdown feature on our website with Microsoft
Office, follow these steps:
</p>
<ol>
<li>
<p>
Open the document in Microsoft Office that you want to convert to
markdown.
</p>
</li>
<li>
<p>
Select the portion of the document that you want to convert, or
press Ctrl+A to select the entire document.
</p>
</li>
<li>
<p>Copy the selected text to your clipboard by pressing Ctrl+C.</p>
</li>
<li>
<p>
Open a web browser and navigate to our website where you can paste
HTML and get markdown in return.
</p>
</li>
<li>
<p>
Paste the HTML into the input field on our website by pressing
Ctrl+V. The markdown version of your text will be generated and
displayed immediately.
</p>
</li>
<li>
<p>
Copy the markdown text from the output field on our website by
pressing Ctrl+C.
</p>
</li>
<li>
<p>
Switch back to your Microsoft Office document and paste the markdown
text into it by pressing Ctrl+V. You should now have the selected
portion of your document in markdown format.
</p>
</li>
</ol>
<p>
And that's it! You have successfully used our paste to markdown feature
with Microsoft Office. This can be a useful tool for quickly converting
portions of your Office documents to markdown for use on the web, or for
any other purpose where markdown formatting is preferred.
<a href="/">Give it a try</a>
and see how it can help you save time and effort.
</p>
<p>Give <a href="/">Paste to markdown</a> a try.</p>
</article>
</body>
</html>