-
-
# 关于 Markdown 「方言」的一些补充
> 本文内容可以帮助理解 Markdown 的各种「方言」,以便在使用时不会 confused。
> 仅供参考,如有疏漏,烦请指出,十分感谢!
## 原生 Markdown
根据资料,Markdown 语法最早由 John Gruber 于2004年创立。这个版本的 Markdown 语法习惯性称为「原生 Markdown」。
…
-
This is a question, and maybe a future improvement.
Would it be possible to add a calendar generator inside the program?
Until now, I've been using [donjon](https://donjon.bin.sh/fantasy/calenda…
-
Output from `npm i mmd@4.7.1`
https://gist.github.com/b1a6e489bb549a5690a8
-
-
Could you add resource files to add these strings to Crowdin? These descriptions should be identical. So maybe we need only one string for all descriptions.
-
Since the function parseString is not asynchronous at all ?
````
(() => {
var a;
new require('xml2js').Parser().parseString('asdf', (e, r) => { a = r });
console.log(a);
})();
```…
-
The power of polymath is not interacting with _one_ host but rather reaching out to multiple. I imagine people will take great pride in curating an interesting set of different polymath endpoints in t…
-
Hi!
I have a problem with the new updater. Calling
_sudo -u www-data nextcloud-news-updater /var/www/nextcloud --loglevel before-update_
I get this:
2020-10-01 09:21:43,998 - Nextcloud News Up…
-
绝大部分日常使用Linux和OS X的程序员都会选择zsh作为自己的shell环境,毕竟对比于bash,zsh的便利性/可玩性要胜出很多,同时它又能兼容bash大多数的语法。不过相对而言,zsh补全脚本要比bash补全脚本要难写。zsh提供了非常多的补全的API,而且这些API功能有不少重叠的地方,掌握起来并不容易。不像bash,你只需记住三个API(`compgen`,`complete`,`c…