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
fix: clean notebook card previews to strip code blocks, tables, and raw markdown
Cards were showing raw content like table pipes (||||) and code block
data (python-kernel eyJ...). Added getCleanPreview() that strips fenced
code blocks, tables, HTML, markdown syntax, and base64 strings before
truncating for display.
0 commit comments