Merge pull request #448 from xgdgsc/patch-1

display example needs to be fixed
pull/443/merge
Sebastian Pfitzner 2023-02-10 10:32:25 +01:00 committed by GitHub
commit 8ad4e876d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ e.g. to include a Plots figure in markdown you can use:
```
or to produce any HTML output:
```
! display("text/html", "Header from julia");
! display("text/html", HTML("Header from julia"));
```
### Script Format