Skip to content

Commit

Permalink
Update Markdown.jl - fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Sep 15, 2024
1 parent 0f527a0 commit 628169b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stdlib/Markdown/src/Markdown.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if Base.generating_output()
precompile(Tuple{typeof(Markdown.plaininline), Base.TTY, String, Array{Any, 1}, Vararg{Any}})
precompile(Tuple{typeof(Markdown.plaininline), Base.TTY, Markdown.Italic})
precompile(Tuple{typeof(Markdown.footnote_link), Base.GenericIOBuffer{GenericMemory{:not_atomic, UInt8, Core.AddrSpace{Core}(0x00)}}, Markdown.MD})

precompile(Tuple{typeof(Base.sprint), Function, Array{Any, 1}})
precompile(Tuple{typeof(Base.println), Markdown.MD})
precompile(Tuple{typeof(Base.println), Base.TTY, Markdown.MD})
Expand All @@ -155,9 +155,9 @@ if Base.generating_output()

precompile(Tuple{typeof(Markdown.linebreak), Base.GenericIOBuffer{GenericMemory{:not_atomic, UInt8, Core.AddrSpace{Core}(0x00)}}, Markdown.MD})
precompile(Tuple{typeof(Markdown.escapes), Base.GenericIOBuffer{GenericMemory{:not_atomic, UInt8, Core.AddrSpace{Core}(0x00)}}, Markdown.MD})

precompile(Tuple{typeof(Base.:(^)), String, Int64}) # Belongs elsewhere?

# workload to reduce latency
println(devnull, md"""
# H1
Expand Down

0 comments on commit 628169b

Please sign in to comment.