Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardise appearance of variable and other styles in articles #99

Open
delphidabbler opened this issue Jun 18, 2022 · 2 comments
Open
Assignees
Labels
accepted Accepted this issue as a valid issue that will be actioned enhancement New feature or request

Comments

@delphidabbler
Copy link
Owner

The appearance of variable values in articles is all over the place.

Create a new CSS class, say .value, that is used across the board to style values assigned or expected from variables or property values etc.

Also standardise use of <samp> for sample or expected output and <kbd> for what needs to be typed on the keyboard, unless it's a single key press when .keycap should be used.

Also consider using new class .filename for styling file names instead of using <code> as now. As an aside, make sure that unit names sans extension are styled with <var> instead of <code>.

@delphidabbler
Copy link
Owner Author

Also need to consider creating a CSS class, say .compdir for compiler directives. Currently <code> gets used for this.

@delphidabbler
Copy link
Owner Author

Some HTML tags are also rendered as <code> - these are now to be rendered using the .kwd class, as some have.

.kwd is now being used when referring to Pascal keywords in text. This too needs standardising.

@delphidabbler delphidabbler self-assigned this Jul 23, 2022
@delphidabbler delphidabbler added the enhancement New feature or request label Jul 23, 2022
@delphidabbler delphidabbler added priority-low accepted Accepted this issue as a valid issue that will be actioned labels Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted this issue as a valid issue that will be actioned enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant