We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 616ac62 commit 5d7a7c2Copy full SHA for 5d7a7c2
1 file changed
README.md
@@ -1,3 +1,10 @@
1
+<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
2
+<script type="module">
3
+ Array.from(document.getElementsByClassName("language-mermaid")).forEach(el => { el.classList.add("mermaid"); });
4
+ import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11.4.1/dist/mermaid.esm.min.mjs';
5
+ mermaid.initialize({ startOnLoad: true, theme: 'light' });
6
+</script>
7
+
8
# eld-console-python
9
Economic Load Dispatch console based application using python
10
0 commit comments