- Extract classes to utilities and components.
- Reduce number of colors used.
- Harmonize button colors.
- Restyle admonitions.
- Move **Page options** button to main article.
- Various color tweaks.
Handle PowerShell prompt char (>) and PS1 script syntax for env var
assignments
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
- Refactoring styles to prevent unwanted specificity issues by using
tailwind directives
- Improve color consistency for code blocks and other components by
replacing adhoc hex values with theme colors
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This change adds special rendering for variables in codeblocks.
Variables (placeholder values in examples subject to change)
can be denoted using the following syntax:
<VARIABLE_NAME>
Using this format will render the variable in a special color, and
without the angle brackets, akin to:
\033[95mVARIABLE_NAME\033[39m
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>