Published unlisted
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.
Learn more