Skip to content

Commit

Permalink
Add missing markdown-it-emphasis-alt to package.json and copy to reso…
Browse files Browse the repository at this point in the history
…urces
  • Loading branch information
nickgros committed Oct 25, 2024
1 parent 4cec8d7 commit b7fda3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"markdown-it": "^14.1.0",
"markdown-it-br": "^1.0.0",
"markdown-it-center-text": "^1.0.4",
"markdown-it-emphasis-alt": "^1.0.8",
"markdown-it-inline-comments": "^1.0.1",
"markdown-it-math": "^4.1.1",
"markdown-it-strikethrough-alt": "^1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@
file="${project.basedir}/node_modules/markdown-it-center-text/dist/markdown-it-center-text.min.js"
tofile="src/main/webapp/generated/markdown-it-center-text.js"
/>
<copy
file="${project.basedir}/node_modules/markdown-it-emphasis-alt/dist/markdown-it-emphasis-alt.min.js"
tofile="src/main/webapp/generated/markdown-it-emphasis-alt.js"
/>
<copy
file="${project.basedir}/node_modules/@sage-bionetworks/markdown-it-container/dist/markdown-it-container.min.js"
tofile="src/main/webapp/generated/markdown-it-container.js"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4050,6 +4050,11 @@ markdown-it-center-text@^1.0.4:
resolved "https://registry.yarnpkg.com/markdown-it-center-text/-/markdown-it-center-text-1.0.4.tgz#4e7f907b6539b62a6200fead50aebed587734b3c"
integrity sha512-7AA0gek4FYJ6gWB2kdGNx06k3GrlO97nEMY7uovQ70/6MtfqPznrgnKoWO3V4p36m3RT5GeQIFXqBH9Wr4iL/g==

markdown-it-emphasis-alt@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/markdown-it-emphasis-alt/-/markdown-it-emphasis-alt-1.0.8.tgz#dfc240d05337347f8db14699901f9c9c0975e53f"
integrity sha512-5oGI4i8YM3S7Nyn0u7n2I6XJaZIbjFmYrvhwo7En2yFXZW8UzBAJG/vkSJ985GRymuW0tgQgqcIdwPjuH74kzQ==

markdown-it-inline-comments@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/markdown-it-inline-comments/-/markdown-it-inline-comments-1.0.1.tgz#176eabe631a3e08125bd739500f43c51f525896d"
Expand Down

0 comments on commit b7fda3d

Please sign in to comment.