Markdown: fix defmodule to avoid printing the package in the example
fix markdown example file to make test pass
original commit: fc3321481ce9928eaeea393302a0c0f187937271
pkgs/scribble-pkgs/scribble-doc/scribblings/scribble/manual.scrbl
* Changed parameter name to #:escape-id.
pkgs/scribble-pkgs/scribble-lib/scribble/comment-reader.rkt
original commit: 9907165af8009585ab5e0f4427d68acbdeadc0a0
The `setup/xref` library conceptually belongs in "racket-index",
and moving the library avoids a cross-package use of a private
module.
Merge to v6.0
original commit: d37e910169622364a10cdd34f00ade99ee216a77
Chrome doesn't allow cookies for local files, so try
localStorage (and fall back to cookies where localStorage
is unavailable)
original commit: 2312e3b9e6feb4427f582a9a4c6132a8d67cb8f1
Using
#lang scribble/base
produces HTML output in the old style, while
#lang scribble/manual
uses the new style.
To get the new style without switching to `#lang scribble/manual`,
use `manual-doc-style`.
Related changes include the addition of `css-style-addition` and
`js-style-addition`.
original commit: b520b66c4e8e54909c7d7b1126044e984989e8ef
The problem is related to the recently introduced style split between
definitions and references to definitions.
original commit: 44f810aa72468961f73aad3161ea345cd1e3ed30
also, add docs and simplify the interface a little bit
in a way that makes it friendlier to future extension
original commit: 7adece9001dbfed39c5f114d3a7334ac1d6b7c9e
This change is slightly incompatible, because `serializable-struct`,
`define-serializable-struct`, and `define-serializable-class` no
longer `provide` and identifier that they used to. Instead, the identifier
is provided by a `deserialize-info` submodule.
The deserializer looks for a `deserialize-info` submodule, and then
falls back to using a module if the submodule is not available.
original commit: 90142edc5b4649e058ccf66970c119076ac5e864
This change fixes using `color-property` and `background-color-property`
at the same time, for example.
original commit: d2e1396b136ecb4917233106ba805823207c6592
Depth 0 is the same as `--html`, depth 1 is the same as `--htmls`,
and higher depths cause sections and subsections to be rendered
into separate directories when they have their own pages.
original commit: a0c306e2ed0fe9c367cc939de946576552157dac
fix error msg when scribble interaction #:eval
does not have sandbox-error-output set to 'string
original commit: 7d7e16abe480f5e6a591ad12e30ce733391e3098
Arrange for documentation added through an installation-wide package to
use the installation's "scribble.css", etc., files. Also, add "doc-site.css"
and "doc-site.js" files (both empty) to allow installation-specific customization
that will not get overwritten by document installs or builds.
original commit: e2ee051adc7f5a92de3a3c0bcabd5cc3de460be3