We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
こんな仕様でどうでしょう?
GET /users/:user_id/ users#show
GET /users/:user_id/edit
PATCH /users/:user_id
Pull Request は上記まで実装が終わったら送ってください。 以下は必須ではない。
POST /users/:user_id/preview params: {profile: 'hogehoge'}, format: js
The text was updated successfully, but these errors were encountered:
プレビューは必須ではありませんが情報を… Markdownのプレビュー付きエディタは由来が同じものが2つぐらいあって、どちらも簡単に使えます。
pagedownのほうが開発が進んでいるので個人的には好きです。bootstrapライクなデモ ただ、このようにクライアント側でJavaScriptでプレビュー表示すると、サーバ側でredcarpetなどを使って変換した結果と微妙に違うじゃん、という問題はあります。
Sorry, something went wrong.
https://github.com/moro/markdown_previewer これもよさそうですね!
https://github.com/moro/markdown_previewer
サーバサイドでやるならとてもよさそうですね!
http://developer.github.com/v3/markdown/ いっそ GitHub API に任せてGitHub Flavored Markdown 使うっていうのもありですね。
No branches or pull requests
こんな仕様でどうでしょう?
GET /users/:user_id/ users#show
GET /users/:user_id/edit
,PATCH /users/:user_id
Pull Request は上記まで実装が終わったら送ってください。
以下は必須ではない。
POST /users/:user_id/preview params: {profile: 'hogehoge'}, format: js
に Ajax リクエストを送り、Markdown のレンダリング結果を受け取り、表示する?The text was updated successfully, but these errors were encountered: