def testing():
print("Hello World!")
question = input()
print("My question is ", question)
こんにちは、Discourse を使って Python プログラミングコミュニティを立ち上げたいと考えています。
主な質問が 3 つあります:
- 貴社のホスティングを利用した場合、プラットフォームをどの程度カスタマイズできますか?
</> コードタグで構文ハイライトを直接サポートする方法はありますか?
- 編集ボックス内で「Tab」キーをサポートする方法はありますか?
もう一つ重要な疑問があります:セルフホスト型の Discourse でもプラグインや貴社のアプリを利用できますか?
pfaffman
(Jay Pfaffman)
2
Run on over to try.discourse.org and paste some code between some back ticks like
```
Code here
```
It’ll attempt to guess the language but you can override and set a default.
Using plugins other than those described on their pricing page requires enterprise hosting,which is more expensive.
If you self host you can install whatever plugins you want.
「いいね!」 1