You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid blockquote for indentation, and prefer q or blockquote only when actually quoting. Use Admonitions instead. Example: docs/D-Modulatirty/pointers.md: there are places where > Blockquote are being used and Admonitions could replace it. “Note:” Lightbulb info Admonition.
Make sure images work in dark and light modes. For example, docs/8-Computations/logic.md Flags image is white background, needs to work in dark. Create a “negative” or SVG so we can do Dark Mode? Can we programmatically create this negative?
Avoid using <b> and <i> to do emphasis.
Use backticks and all code for memory addresses and such in tables that use things like void, int, function names, memory addresses.
Make sure all code blocks use syntax highlighting
centre images horizontally (esp. when they are small) so they work well at all responsive sizes
check sub-script and super-script that they are correctly used in all cases
consider including inter-site links to other pages that have related info
all links should have descriptive text for accessibility
Make sure that sub-headings (right-hand side) for each document are correct.
Improve readability of code comments (i.e., // and /*...*/) in dark mode (even light mode might need some work)
Fix Frontmatter for page to include proper id, title, slug, etc.
Hello! I would like to work on
testing-and-debugging.mdfile.This is a sub-task of issue #18
I will audit and fix based on the following checks:
docs/D-Modulatirty/pointers.md: there are places where > Blockquote are being used and Admonitions could replace it. “Note:” Lightbulb info Admonition.docs/8-Computations/logic.mdFlags image is white background, needs to work in dark. Create a “negative” or SVG so we can do Dark Mode? Can we programmatically create this negative?<b>and<i>to do emphasis.//and/*...*/) in dark mode (even light mode might need some work)