Skip to content

Commit fc9b80c

Browse files
authored
Merge pull request #155 from markdown-space/master
Add Markdown Space to tools
2 parents c6c85b0 + 513b399 commit fc9b80c

File tree

3 files changed

+76
-0
lines changed

3 files changed

+76
-0
lines changed

_tools/markdown-space.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
title: Markdown Space
3+
category: 'websites'
4+
description: 'Build beautiful, fast, and responsive websites with Markdown.'
5+
icon: markdown-space.png
6+
website: https://markdown.space
7+
syntax:
8+
- id: headings
9+
available: y
10+
- id: paragraphs
11+
available: y
12+
- id: line-breaks
13+
available: y
14+
- id: bold
15+
available: y
16+
- id: italic
17+
available: y
18+
- id: blockquotes
19+
available: y
20+
- id: ordered-lists
21+
available: y
22+
- id: unordered-lists
23+
available: y
24+
- id: code
25+
available: y
26+
- id: horizontal-rules
27+
available: y
28+
- id: links
29+
available: y
30+
- id: images
31+
available: y
32+
- id: tables
33+
available: y
34+
- id: fenced-code-blocks
35+
available: y
36+
- id: syntax-highlighting
37+
available: y
38+
- id: footnotes
39+
available: n
40+
- id: heading-ids
41+
available: p
42+
notes: "Automatically generated. There's no way to set custom heading IDs."
43+
- id: definition-lists
44+
available: n
45+
- id: strikethrough
46+
available: n
47+
- id: task-lists
48+
available: y
49+
- id: emoji-cp
50+
available: n
51+
- id: emoji-sc
52+
available: n
53+
- id: highlight
54+
available: y
55+
- id: subscript
56+
available: n
57+
- id: superscript
58+
available: n
59+
- id: auto-url-linking
60+
available: y
61+
- id: disabling-auto-url
62+
available: y
63+
- id: html
64+
available: y
65+
see-also:
66+
- name: Markdown Space Documentation
67+
link: https://markdown.space/documentation
68+
---
69+
70+
[Markdown Space](https://markdown.space) is a platform for building beautiful, fast, and responsive websites with Markdown syntax. Host your site on a custom domain and get the benefits of the [Cloudflare Supercloud](https://blog.cloudflare.com/welcome-to-the-supercloud-and-developer-week-2022/). Generate content with the help of AI, and add JSX components with support for [MDX](https://mdxjs.com). Leverage the beauty of [Bootswatch](https://bootswatch.com) themes.
71+
72+
See the [Quick start](https://markdown.space/getting-started) guide for more details.
73+
74+
{% include image.html file="/assets/images/tools/markdown-space.png" alt="Markdown Space" width="100" %}
75+
76+
{% include tool-syntax-table.html %}
7.26 KB
Loading
221 KB
Loading

0 commit comments

Comments
 (0)