在 win 10 pro 上我得到了 VM、Vagrant 和 Homestead。安装 Docker Desktop VM 后,Vagrant 停止工作。来自控制台的消息:
$ vagrant up --provision
Bringing machine 'homestead' up with 'virtualbox' provider...
==> homestead: Checking if box 'laravel/homestead' version '10.1.0' is up to date...
==> homestead: A newer version of the box 'laravel/homestead' is available and already
==> homestead: installed, but your Vagrant machine is running against
==> homestead: version '10.1.0'. To update to version '10.1.1',
==> homestead: destroy and recreate your machine.
==> homestead: Clearing any previously …Run Code Online (Sandbox Code Playgroud) 我使用 Hugo 部署静态网页,使用Markdown,我想解决的问题很简单。我想找到最简单且与 Markdown 语言兼容的方式来使我的网络链接在不同的选项卡中打开。我现在使用的方法如下:
< rawhtml >}}<a href="https://en.wikipedia.org/wiki/Rasmus_Lerdorf" target="blank">Rasmus Lerdorf</a></br>{{< /rawhtml >[link with title](http://nodeca.github.io/pica/demo/ "target="blank")第一种方法有效,但 HTML 第二种方法无效。谢谢。