Skip to content

Email IA#125

Merged
TedGoas merged 26 commits intodevelopfrom
Email-IA
Sep 10, 2018
Merged

Email IA#125
TedGoas merged 26 commits intodevelopfrom
Email-IA

Conversation

@TedGoas
Copy link
Copy Markdown
Contributor

@TedGoas TedGoas commented Aug 30, 2018

This is not ready for prime time yet, just creating a pull request to get the Netlify preview link.

@TedGoas
Copy link
Copy Markdown
Contributor Author

TedGoas commented Sep 6, 2018

I think this is ready for prime-time. Requesting reviews.

Copy link
Copy Markdown
Contributor

@aaronshekey aaronshekey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I committed some changes I wanted to see instead of having a ton of back and forth. If I've missed the mark, feel free to revert 😎

@TedGoas TedGoas merged commit 1a49c69 into develop Sep 10, 2018
@TedGoas TedGoas deleted the Email-IA branch September 10, 2018 19:43
dancormier added a commit that referenced this pull request Apr 15, 2026
The code-blocks page contains syntax-highlighted HTML <pre><code> blocks
with raw { and } characters (CSS rules, JSON, Java/C# class bodies, etc.)
that Svelte treats as template expression syntax, causing a 500 error.

Replaced all { and } in text nodes inside <pre> blocks with &#123; and
&#125; HTML entities — they render identically in the browser but are
not interpreted as Svelte expressions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
dancormier added a commit that referenced this pull request Apr 15, 2026
408 → 328 lines. All content preserved.

- ClassTable for the three classes (.s-code-block, .linenums, .linenums:<n>)
- Markdown headings replace the legacy HTML heading+anchor pattern
- All 13 language example sections use markdown fenced code blocks —
  the mdsvex highlighter applies hljs + s-code-block classes, matching
  the legacy output without needing pre-rendered HTML or brace escaping
- Each rendered example wrapped in an Example container
- Line numbers section keeps pre-rendered HTML (Default + Offset) since
  line number columns require baked-in HTML elements not producible by
  markdown code fences; braces remain escaped as &#123;/&#125;

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants