mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 19:08:35 +01:00
48 lines
No EOL
976 B
Markdown
48 lines
No EOL
976 B
Markdown
---
|
|
test: yes
|
|
---
|
|
|
|
|
|
# Cool Test Note
|
|
|
|
This is a cool test note, my friends!
|
|
|
|
> How are you?
|
|
|
|
```js
|
|
$.ajax({
|
|
method: "get",
|
|
url: `share.php?id=${hash}`,
|
|
success: t => {
|
|
marked.use(markedKatex());
|
|
marked.use(markedHighlight.markedHighlight({
|
|
langPrefix: "hljs language-",
|
|
highlight: (c, l) => {
|
|
const language = hljs.getLanguage(l) ? l : "plaintext";
|
|
return hljs.highlight(c, {language}).value;
|
|
}
|
|
}));
|
|
main.html(DOMPurify.sanitize(marked.parse(t)));
|
|
},
|
|
// TODO display this error more nicely
|
|
error: (r, s, e) => main.html(e)
|
|
});
|
|
```
|
|
http://localhost:8080#ff3ebb34
|
|
|
|
cool!!
|
|
|
|
The following is $x^2 = 7$, but more complicated!
|
|
$$
|
|
x^2 + \sum_{i = 1}^{10000} x^2 \cdot 0 = 7
|
|
$$
|
|
|
|
image!
|
|
|
|
![this is an image my friends, and this is my alt text](Obsidian_TtC7w4GA86.png)
|
|
|
|
wikilink image!
|
|
|
|
![[Pasted image 20230816130420.png]]
|
|
|
|
nice |