Resolve issue 1493

Should solve the issue in https://github.com/usmannasir/cyberpanel/issues/1493
This commit is contained in:
Master3395
2025-09-07 20:40:29 +02:00
parent ef89effb80
commit c49200cca0
15 changed files with 43 additions and 17 deletions

View File

@@ -1,7 +1,9 @@
<!doctype html>
<html lang="en">
<title>CodeMirror: Python mode</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel=stylesheet href="../../doc/docs.css">
<link rel="stylesheet" href="../../lib/codemirror.css">
@@ -26,7 +28,7 @@
<article>
<h2>Python mode</h2>
<div><textarea id="code" name="code">
<div><label for="code">Python code editor</label><textarea id="code" name="code" placeholder="Enter Python code here" title="Python code editor">
# Literals
1234
0.0e101
@@ -140,7 +142,7 @@ fr'x={4*10}\n'
<h2>Cython mode</h2>
<div><textarea id="code-cython" name="code-cython">
<div><label for="code-cython">Cython code editor</label><textarea id="code-cython" name="code-cython" placeholder="Enter Cython code here" title="Cython code editor">
import numpy as np
cimport cython