Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
sorawee 154ffe21b5
Fix JS error when searchbox is not present
When the search box is not present (e.g.,
https://docs.racket-lang.org/demo-m1/index.html),
pressing "S" will result in a JS error. This PR fixes the problem.
Note that semantically it makes more sense to give an ID to the
search box as we know exactly what search box we want.
2020-11-16 08:44:38 -07:00
scribble Relicense this repository under the Apache v2 and MIT licenses. 2019-11-04 12:48:39 -05:00
scribble-doc scribble/html-properties: add html-addition 2020-11-06 11:49:59 -07:00
scribble-html-lib Relicense this repository under the Apache v2 and MIT licenses. 2019-11-04 12:48:39 -05:00
scribble-lib Fix JS error when searchbox is not present 2020-11-16 08:44:38 -07:00
scribble-test Fix case sensitivity issues in bibtex 2020-08-23 09:53:25 -06:00
scribble-text-lib Relicense this repository under the Apache v2 and MIT licenses. 2019-11-04 12:48:39 -05:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:27 -05:00
LICENSE Relicense this repository under the Apache v2 and MIT licenses. 2019-11-04 12:48:39 -05:00
README.md readme: scribble-text-lib -> scribble 2020-06-30 06:58:49 -04:00

Scribble

This the source for the Racket packages: "scribble", "scribble-doc", "scribble-html-lib", "scribble-lib", "scribble-test", "scribble-text-lib".

Contributing

Contribute to Racket by submitting a pull request, reporting an issue, joining the development mailing list, or visiting the IRC or Slack channels.

License

Racket, including these packages, is free software, see LICENSE for more details.

By making a contribution, you are agreeing that your contribution is licensed under the Apache 2.0 license and the MIT license.