We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53c925 commit 0f2d623Copy full SHA for 0f2d623
1 file changed
Formula/m/marked.rb
@@ -1,8 +1,8 @@
1
class Marked < Formula
2
desc "Markdown parser and compiler built for speed"
3
homepage "https://marked.js.org/"
4
- url "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz"
5
- sha256 "1aebca0400d160cb1bedca2e271daad0e324503b7e0d0b4b23781ca3293bacce"
+ url "https://registry.npmjs.org/marked/-/marked-18.0.0.tgz"
+ sha256 "9a4feb7d1643a6dca3ca62fab9c883d18d2838c1c717a000088d7a991fa3cc41"
6
license "MIT"
7
8
bottle do
@@ -17,6 +17,6 @@ def install
17
end
18
19
test do
20
- assert_equal "<p>hello <em>world</em></p>", pipe_output(bin/"marked", "hello *world*").strip
+ assert_equal "<p>hello <em>world</em></p>", shell_output("#{bin}/marked -s 'hello *world*'").strip
21
22
0 commit comments