Skip to content

Commit

Permalink
docs: Populating form - HTML escape (marimo-team#2981)
Browse files Browse the repository at this point in the history
## 📝 Summary

marimo-team#2979 (comment)
After checking the updated website, noticed that the query parameter in
the link to notebook got reformatted to
`https://marimo.app/l/w21a3x?t1=query&t2=params` - which breaks the
notebook.

## 🔍 Description of Changes

try HTML instead of Markdown link

## 📋 Checklist

- [x] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [x] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [x] I have added tests for the changes made.
- [x] I have run the code and verified that it works as expected.

## 📜 Reviewers
 @mscolnick
  • Loading branch information
liquidcarbon authored and Light2Dark committed Nov 27, 2024
1 parent f68790d commit ce34299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ form.value
### Populating form with pre-defined examples

**Use cases.** To give examples of how a filled form looks like. Useful for illustrating complex API requests or database queries.
The form can also be populated from [URL query parameters](https://docs.marimo.io/api/query_params.html) ([example](https://marimo.app/l/w21a3x?t1=query&t2=params)).
The form can also be populated from [URL query parameters](https://docs.marimo.io/api/query_params.html) (<a href="https://marimo.app/l/w21a3x?t1=query&t2=params">notebook example</a>).

**Recipe.**

Expand Down

0 comments on commit ce34299

Please sign in to comment.