Skip to content

Commit

Permalink
Fix rascal-shell block in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Jul 8, 2023
1 parent 73c6ea7 commit e5694d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/rascalmpl/library/Content.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Values wrapped in a `Content` wrapper will be displayed by interactive
Rascal applications such as the IDE, the REPL terminal and the documentation pages.

For example, a piece of html can be displayed directly like such:
[source,rascal-shell]
```rascal-shell
html("\<a href=\"http://www.rascal-mpl.org\"\>Rascal homepage\</a\>")
----
```

In its most general form, `Content` is an HTTP(s) webserver callback, such that you might deliver
any kind of content, based on any kind of request. If you produce a `Content` value
Expand Down

0 comments on commit e5694d7

Please sign in to comment.