You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/blocks/markdown.md
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,6 @@
1
1
# Working with Markdown
2
2
3
-
GitBook can synchronize user content with Git repositories with content being formatted as Markdown. Integration blocks can be configured to leverage custom formatting and parsing of markdown content.
4
-
5
-
## Default formatting and parsing
6
-
7
-
GitBook will automatically support formatting and parsing all integration blocks with Markdown. By default the Liquid syntax is used:
8
-
9
-
```markdown
10
-
{% raw %}
11
-
{% myintegration/block-name propA="A" %}
12
-
{% endraw %}
13
-
```
3
+
Integration blocks can be configured to leverage custom formatting and parsing of markdown content.
0 commit comments