CAST Imaging Tutorial Application - Release Notes - 1.0

1.0.0-funcrel

Note

This is the first release of an extension to support the Tutorial feature introduced in CAST Imaging - 2.2.0-beta1. See https://doc.castsoftware.com/display/IMAGING/CAST+Imaging+Tutorial+Application.

AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });