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: content/content-formatting-examples/index.md
+30-16Lines changed: 30 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ description: A collection of examples for formatting content, from basic Markdow
5
5
draft: true
6
6
---
7
7
8
-
Welcome! This page showcases our Hugo shortcodes and images and Markdown.
8
+
Welcome! This page showcases examples of Hugo shortcodes, images, and Markdown.
9
9
10
-
{{< alert title="Note" title="Example Page: Not for Production" >}}
10
+
{{< alert type="note" title="Example Page: Not for Production" >}}
11
11
This page will not be published in the [production version](https://cloud.layer5.io/academy/) of the site. It is only visible for local preview and serves as a reference. You can safely delete this page from your repository at any time.
12
12
{{< /alert >}}
13
13
@@ -89,8 +89,8 @@ Inline code inside table cells:
89
89
90
90
| Language | Code |
91
91
|-------------|--------------------|
92
-
|Javascript|`var foo = "bar";`|
93
-
| Ruby |`foo = "bar"{`|
92
+
|JavaScript|`var foo = "bar";`|
93
+
| Ruby |`foo = "bar"`|
94
94
95
95
----------------
96
96
@@ -115,38 +115,51 @@ _The photo above of the Spruce Picea abies shoot with foliage buds: Bjørn Erik
115
115
*/>}}
116
116
```
117
117
118
-
效果如下面:
118
+
The rendered output is shown below:
119
119
120
120
<!-- Learn more at https://docs.layer5.io/kanvas/designer/export-designs/#exporting-as-embedding -->
When users register through the [Open Organization Invitation Link](https://docs.layer5.io/cloud/identity/organizations/org-management/#using-the-open-organization-invitation-link), they will see the full-sized logo.
144
+
- Concise explanation
145
+
- Another brief point
142
146
143
147
{{< /tab >}}
144
148
145
-
{{% tab header="Logo Mark Example" lang="en" %}}
149
+
{{% tab header="Example 2" lang="en" %}}
146
150
147
-
When logging into Layer5 Cloud on mobile devices, the small logo mark will be displayed.
0 commit comments