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
microcms-utilsライブラリは、microCMSを利用するにあたって、あると便利な関数や機能をサポートするためのJSユーティリティを集めたライブラリです。
開発時によく利用している関数や機能、あったら便利だなと思うアイデアをぜひ教えてください。
提案いただいたものすべてを実現できるかはわかりませんができる限り色々なアイデアを取り込んでいきたいと考えています。
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
HTMLを文字列にして改行コードを追加するutils
修正前
<pre> <code> const text = 'text' const text2 = 'text2' </code> </pre>
修正後
'<pre><code>const text = 'text'\nconst text2 = 'text2'</code></pre>'
No branches or pull requests
microcms-utilsライブラリに追加してほしい機能やアイデアを募集しています。
microcms-utilsライブラリは、microCMSを利用するにあたって、あると便利な関数や機能をサポートするためのJSユーティリティを集めたライブラリです。
開発時によく利用している関数や機能、あったら便利だなと思うアイデアをぜひ教えてください。
提案いただいたものすべてを実現できるかはわかりませんができる限り色々なアイデアを取り込んでいきたいと考えています。
The text was updated successfully, but these errors were encountered: