Skip to content

Commit

Permalink
Merge pull request JuliaPluto#1 from eliascarv/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Dec 22, 2021
2 parents b77d82d + bde9604 commit a60acf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MarkdownLiteral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ end

# Some aliases, it's up to you which one to import.

var"@markdownliteral" = var"@markdown"
var"@mdx" = var"@markdown"
const var"@markdownliteral" = var"@markdown"
const var"@mdx" = var"@markdown"

end
end

0 comments on commit a60acf7

Please sign in to comment.