• Mimesia Community — Featured Artist ✦ Mimesia Community ✦ ✦ Featured Artist ✦
  • Mimesia Community — Early Birdie ✦ Mimesia Community ✦ ✦ Early Birdie ✦
  • Mimesia Community — Early Eagle ✦ Mimesia Community ✦ ✦ Early Eagle ✦
  • Mimesia Community — Early Albatross ✦ Mimesia Community ✦ ✦ Early Albatross ✦
  • Mimesia Community — Early Condor ✦ Mimesia Community ✦ ✦ Early Condor ✦
  • Mimesia Community — Letteretter ✦ Mimesia Community ✦ ✦ Letteretter ✦
  • Mimesia Community — allRGB All-Star ✦ Mimesia Community ✦ ✦ allRGB All-Star ✦
  • Mimesia Community — allRGB Artist ✦ Mimesia Community ✦ ✦ allRGB Artist ✦

Alexander Christiaan Jacob Dekker

Posts

Post №283

by ACJ
# Testing My New Editor

## Markdown Support
- **Bold text**
- *Italic text*
- [Links](https://example.com)

## Math Support
Inline math: $E = mc^2$

Display math:
$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$

## Diagram support
```mermaid
flowchart TD
A[Start] --> B{Is it working?}
B -->|Yes| C[Great!]
B -->|No| D[Fix it]
D --> B
```

## Chords support
```abc
X:1
T:ABC With Chords And Lyrics
M:4/4
L:1/4
Q:1/4=96
K:C
"C" C C E G | "F" A A G E | "G" G G B d | "C" c4 ||
w: La la sing a song to-day
```

## Chemistry support
Inline chemistry: $\ce{H2O}$ and $\ce{CO2 + C -> 2CO}$

Display chemistry:
$$
\ce{NH4+ + OH- -> NH3 + H2O}
$$

```chem
C6H12O6 + 6 O2 -> 6 CO2 + 6 H2O
```

## Code highlighting support
```php
<?php
echo "Hello world";
```

```js
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet('ACJ'));
```

Post №200

by ACJ

Test MathJax + MarkDown.

\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \]

Post №199

by ACJ
Test _MathJax_ + _MarkDown_.

\\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \\]

Post №198

by ACJ
Test _MathJax_ + _MarkDown_.

\\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \\]

Post №197

by ACJ
Test _MathJax_ + _MarkDown_.

\\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \\]

Post №47

by ACJ
You can now edit and delete your own posts. I think Kim K would approve.

Comments

Post №36

by ACJ
Testing some \(\rm\TeX\) markup:
$$W = \int_{k\lt\Lambda}[Dg][DA][D\psi][D\Phi]\exp\left\{i\int{d^4x\sqrt{-g}\left[\frac{m^2_p}{2}R\\-\frac{1}{4}F^a_{\mu \nu}F^{a\mu\nu}+i\bar\psi^i\gamma^\mu D_\mu\psi^i+\left(\bar\psi^i_L V_{ij}\Phi\psi^j_R+\text{h.c.}\right)-|D_\mu\Phi|^2-V(\Phi)\right]}\right\}$$

Comments

top