mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
formatting
This commit is contained in:
parent
83f3eaba84
commit
b6c9605fc3
1 changed files with 9 additions and 5 deletions
|
|
@ -1,8 +1,12 @@
|
|||
/*
|
||||
Micron Parser JavaScript implementation
|
||||
micron-parser.js is based on MicronParser.py from NomadNet: https://raw.githubusercontent.com/markqvist/NomadNet/refs/heads/master/nomadnet/ui/textui/MicronParser.py
|
||||
Documentation for the Micron markdown format can be found here: https://raw.githubusercontent.com/markqvist/NomadNet/refs/heads/master/nomadnet/ui/textui/Guide.py
|
||||
*/
|
||||
/**
|
||||
* Micron Parser JavaScript implementation
|
||||
*
|
||||
* micron-parser.js is based on MicronParser.py from NomadNet:
|
||||
* https://raw.githubusercontent.com/markqvist/NomadNet/refs/heads/master/nomadnet/ui/textui/MicronParser.py
|
||||
*
|
||||
* Documentation for the Micron markdown format can be found here:
|
||||
* https://raw.githubusercontent.com/markqvist/NomadNet/refs/heads/master/nomadnet/ui/textui/Guide.py
|
||||
*/
|
||||
class MicronParser {
|
||||
constructor(darkTheme = true) {
|
||||
this.darkTheme = darkTheme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue