holochain / holochain/docs-pages
Docusaurus migration: arbitrary block-level HTML attributes
Open
- Dominant language
- Nunjucks
- Stars
- 98
- Forks
- 32
- Avg merge
- 9h 49m
- Merged PRs (30d)
- 2
Description
On the current 11ty-based site, you can end a block with an attributes tag that takes the form of a CSS selector that gets converted to HTML attributes. Examples:
* `## Run a hApp {#run-a-happ}` becomes `
Run a hApp
` (note: headings should also get slugified IDs, but the slugifier chokes on words that start with a lower-case letter and have a capital letter in them somewhere)* `* Style this in blue {.style-blue}` becomes `
* `> This blockquote is special {[data-special]}` becomes `
This blockquote is special`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.