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
Copy file name to clipboardExpand all lines: _TODO.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,6 +175,8 @@ Generate cover images for the skills and technologies tags pages
175
175
176
176
- add "cel" language to code blocks
177
177
178
+
- The code language is in teh tab order and getting focus-visible
179
+
178
180
## Callout Issues
179
181
180
182
- When adding backticks in a callout, it gets the standard grey background for a code block in light theme. But it should get an offset of the callout color, like "info-offset".
Copy file name to clipboardExpand all lines: src/content/articles/demo/index.mdx
+120-2Lines changed: 120 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,9 +277,127 @@ Should compile to the following HTML:
277
277
278
278
**This text is _extremely_ important**
279
279
280
-
## Calendar
280
+
## Buttons
281
+
282
+
Each color variant is shown in an example below. Sizes are 'small', 'medium', 'large' with 'medium' the default. Types are 'button', 'submit', and 'reset' and are passed directly to the `<button>` element as its type prop.
0 commit comments