mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Update features test (#3105)
This commit is contained in:
committed by
GitHub
parent
9c908d0f2c
commit
3743726205
@@ -24,6 +24,14 @@ This is some info contents.
|
||||
This is some warning contents.
|
||||
///
|
||||
|
||||
/// tip | This is a tip
|
||||
This is some tip contents.
|
||||
///
|
||||
|
||||
/// danger | This is a danger box
|
||||
This is some danger box contents.
|
||||
///
|
||||
|
||||
??? Details "This is an expanding details box"
|
||||
This is some expanding details contents.
|
||||
|
||||
@@ -39,19 +47,19 @@ If it expands on click, first check that the `off-glb` class has been applied. R
|
||||
|
||||
Other images like this should expand on click:
|
||||
|
||||

|
||||

|
||||
|
||||
## Links
|
||||
|
||||
[This link should open in a new tab](https://example.com/)
|
||||
|
||||
[This link should open in the same tab](/try-it-out/quickstart/)
|
||||
[This link should open in the same tab](/try-it-out/quickstart.md)
|
||||
|
||||
## Instant previews
|
||||
|
||||
[This link should show a preview of the quickstart on hover](/try-it-out/quickstart/){ data-preview }
|
||||
[This link should show a preview of the quickstart on hover](/try-it-out/quickstart.md){ data-preview }
|
||||
|
||||
[This link should NOT show a preview on hover](/try-it-out/quickstart/)
|
||||
[This link should NOT show a preview on hover](/try-it-out/quickstart.md)
|
||||
|
||||
## Embed Workflow
|
||||
|
||||
@@ -75,4 +83,4 @@ You should see the AI Glossary below
|
||||
|
||||
--8<-- "_glossary/ai-glossary.md"
|
||||
|
||||
Link to [workflows](/glossary/#workflow-n8n){ data-preview } glossary definition with preview.
|
||||
Link to [workflows](/glossary.md#workflow-n8n) glossary definition with preview.
|
||||
|
||||
Reference in New Issue
Block a user