Platform
Resources
Pricing
Sign in
Contact us
Aaron Kyle Dennis
Social development practitioner. Trying to understand our world.
Workspace
Fork
Published unlisted
By
Aaron Kyle Dennis
Edited
Sep 2, 2020
Insert cell
Insert cell
intro_data_md
=
(
{
intro
:
[
{
title_intro
:
{
input_type
:
"md"
,
content
:
intro_within_md
.
outerHTML
,
// Woah! This fixes it. I'll adjust in a moment, but thanks @mootari!
}
}
,
]
}
)
;
Insert cell
intro_within_md
=
md
`
This is markdown.
`
Insert cell
survey_intro
=
(
{
survey_intro
:
[
{
intro_survey_intention
:
{
input_type
:
"md"
,
content
:
await
intro_survey_intention
,
}
}
,
]
}
)
;
Insert cell
import
{
intro_survey_intention
}
from
'49db74ba0b025add'
Insert cell
[
{
""
:
{
input_type
:
""
,
placeholder
:
""
,
title
:
""
,
submit
:
"false"
,
}
}
,
]
Insert cell
intro_data
=
(
{
intro
:
[
{
title_intro
:
{
input_type
:
"md"
,
content
:
intro_within
,
}
}
,
]
}
)
;
Insert cell
intro_within
=
"introtext"
Insert cell
intro_data_alt
=
(
{
intro
:
[
{
title_intro
:
{
input_type
:
"md"
,
content
:
intro_without
,
}
}
,
]
}
)
;
Insert cell
import
{
intro
as
intro_without
}
from
'b3b54dc99bc06198'
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intro_data_md
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intro_within_md
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
survey_intro
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intro_data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intro_within
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
intro_data_alt
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML