Explanation coming on my blog, math2001.github.io, something like "lessons learned from re writing MarkdownLivePreview"
17 lines
254 B
Markdown
17 lines
254 B
Markdown
# hello world
|
|
|
|
This is a *test*. Some inline `[2]code()`.
|
|
|
|
what the hell...
|
|
|
|
```python
|
|
import this
|
|
|
|
if input("answer yes") != 'yes':
|
|
print("Really?")
|
|
```
|
|
|
|
this flickering is really annoying...
|
|
|
|
It looks like it's gone... Oh wait nah, it's still here...
|