Conversation
plx
added a commit
that referenced
this pull request
Oct 27, 2025
plx
added a commit
that referenced
this pull request
Dec 25, 2025
* Content and style updates. (#15) * Switched from hardcoded ports to using trop. * Updated `trop` article. * Ensure list items use article serif font (#13) * Further article adjustments. (#14) * Content updates * Dictionary additions. * Fix HTML spellcheck failures (#16) - Fixed typos in generic-testing blog post: - 'exapmle' → 'example' (3 instances) - 'actuall' → 'actually' (1 instance) - 'Algrebra' → 'Algebra' (1 instance) - Added technical terms to cspell dictionary: - microbenchmarks - Xcodes - metatype/metatypes All HTML spellcheck tests now pass. Co-authored-by: Claude <noreply@anthropic.com> * Fix markdown rendering in article titles (#17) This change ensures that markdown syntax in titles (like *italic* and **bold**) is properly rendered as HTML when displayed on pages, while being stripped for meta tags, browser titles, and Open Graph images. Changes: - Add stripMarkdown() function to remove markdown syntax for plain text contexts - Update page templates to render markdown in displayed titles using renderInlineMarkdown() - Strip markdown from titles in meta tags, Open Graph data, and browser title - Improve semantic HTML by using <h1> instead of <div> for page titles Fixes issue where asterisks and other markdown syntax appeared literally in article titles instead of being rendered as formatted text. Co-authored-by: Claude <noreply@anthropic.com> * The new learn-spelling command. * Justfile cleanup. * Spelling incosistency fix. * Add Claude Code GitHub Workflow (#20) * "Claude PR Assistant workflow" * "Claude Code Review workflow" * Updating gitignore for pending feature. * Fix ESLint quote style in learn-spelling.js Change single quotes to double quotes to comply with project ESLint config. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add Claude Code hook for auto-linting on file changes Configures a PostToolUse hook that runs after Write/Edit operations: - ESLint fix for js/jsx/ts/tsx/astro files - Spellcheck for md/mdx files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
plx
added a commit
that referenced
this pull request
Dec 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.