Skip to content

@equinor/fusion-wc-markdown@1.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Oct 10:51
9b55d6d

Minor Changes

  • #2035 4ba9b25 Thanks @odinr! - Added code highlighting and table support to markdown viewer
    • Add Prism.js dependency and TypeScript types
    • Implement syntax highlighting for code blocks
    • Create modular file structure with code-highlighter utility
    • Support multiple languages (TypeScript, C#, CSS, Bash, YAML)
    • Replace ProseMirror tokenizer with marked library for better table support
    • Add comprehensive table styling with responsive design
    • Create separate table.styles.ts file for better code organization
    • Update example files with TypeScript, C#, and enhanced table examples
    • All styles properly scoped to shadow DOM