- From: Joshua Bell <notifications@github.com>
- Date: Thu, 01 Jun 2023 12:00:31 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/IndexedDB/pull/404@github.com>
Using the `note: ...` markdown, Bikeshed produces nicely styled notes with a "NOTE:" prefix automagically generated. This source was not using that, so not getting the nice prefix. Fix that!
* `<aside>` was used for notes, examples, and advisements, but it's not a block element. Just use `<div>`.
* For notes, use `NOTE:` markdown where possible (single paragraphs)
* Otherwise, add "NOTE:" manually as a span, class=marker
* For a handful of cases where a note follows an algorithm and references variables within the algorithm, scooch the note inside the algorithm's containing div so that it is autolinked.
* Remove a stray unbalanced `</div>`
See https://github.com/speced/bikeshed/issues/2562 for context.
You can view, comment on, or merge this pull request online at:
https://github.com/w3c/IndexedDB/pull/404
-- Commit Summary --
* Editorial: Add missing comma in acks section
* Editorial: Update note markup/markdown and styling
-- File Changes --
M index.bs (430)
-- Patch Links --
https://github.com/w3c/IndexedDB/pull/404.patch
https://github.com/w3c/IndexedDB/pull/404.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/pull/404
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/IndexedDB/pull/404@github.com>
Received on Thursday, 1 June 2023 19:00:37 UTC