From 8408f339a0e31bb672f7096d34859245fe2e78a6 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 13 Feb 2024 13:40:24 +0100 Subject: [PATCH] Remove deprecated pdf function --- src/PlutoPDF.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/PlutoPDF.jl b/src/PlutoPDF.jl index 444f527..7e8c041 100644 --- a/src/PlutoPDF.jl +++ b/src/PlutoPDF.jl @@ -5,7 +5,7 @@ import NodeJS_18_jll: node import JSON import DefaultApplication -export html_to_pdf, pluto_to_pdf, pdf +export html_to_pdf, pluto_to_pdf # Stolen from https://discourse.julialang.org/t/collecting-all-output-from-shell-commands/15592 "Run a Cmd object, returning the stdout & stderr contents plus the exit code" @@ -127,8 +127,6 @@ function pluto_to_pdf( html_to_pdf(filename, output_path, screenshot_dir_path; kwargs...) end -@deprecate pdf(args...; kwargs...) pluto_to_pdf(args...; kwargs...) - function tryexpanduser(path) try expanduser(path)