Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for createTermynals (0.05 seconds)

  1. docs/en/docs/js/custom.js

        });
        const progressLiteralStart = "---> 100%";
        const promptLiteralStart = "$ ";
        const customPromptLiteralStart = "# ";
        const termynalActivateClass = "termy";
        let termynals = [];
    
        function createTermynals() {
            document
                .querySelectorAll(`.${termynalActivateClass} .highlight code`)
                .forEach(node => {
                    const text = node.textContent;
                    const lines = text.split("\n");
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Sep 22 15:11:52 GMT 2025
    - 6.3K bytes
    - Click Count (2)
Back to Top