[racket] scribble support for dynamic content

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri Dec 27 19:37:52 EST 2013

Scribble allows programmers to create their own 'styles' and 
within a CSS style you can certainly refer to JS components. 

Search for 'style' in the docs (e.g. raco doc style) and peruse
the scribble notion of style. 

-- Matthias





On Dec 27, 2013, at 3:36 PM, Martin DeMello wrote:

> Hi,
> 
> Does scribble support generating a combination of HTML/CSS/javascript
> for some simple dynamic content? I'm thinking of writing some
> programming articles/tutorials, and was wondering if there was any
> support for the following:
> 
> 1. Interspersed questions and answers, but with the answers hidden
> behind a click-to-expand button
> 
> 2. Articles with embedded code fragments, with multiple language
> support (e.g. have both scheme and ruby samples in the source
> document, and in the generated html click something to change all code
> samples back and forth)
> 
> martin
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.