mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-09-21 21:03:38 +08:00
feat: complete web curriculum visuals
This commit is contained in:
@@ -40,6 +40,10 @@ function postProcessHtml(html: string): string {
|
||||
'<pre class="ascii-diagram"><code$1>'
|
||||
);
|
||||
|
||||
// Keep wide Markdown tables inside the prose column on small screens.
|
||||
html = html.replace(/<table>/g, '<div class="table-scroll"><table>');
|
||||
html = html.replace(/<\/table>/g, '</table></div>');
|
||||
|
||||
// Mark the first blockquote as hero callout
|
||||
html = html.replace(
|
||||
/<blockquote>/,
|
||||
|
||||
Reference in New Issue
Block a user