최신 xcode로 빌드했더니 갑자기 모달창이 쓸어내리기로 창이 닫힌다. 헐...
https://sarunw.com/posts/modality-changes-in-ios13/
>
function param(name) { return (location.search.split('?' + name + '=')[1] || location.search.split('&' + name + '=')[1] || '').split('&')[0]; }
17:41 Error: Gitflow is not installed 17:41 Error: Please have a look at the Version Control console for more details
git: 'flow' is not a git command. See 'git --help'. The most similar commands are reflog show
brew install composer
<!doctype html> <html> <head> <meta charset="utf-8"/> <title>Marked in the browser</title> </head> <body> <div id="content"></div> <script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> <script> document.getElementById('content').innerHTML = marked('# Marked in the browser\n\nRendered by **marked**.'); </script> </body> </html>