Skip to content

Commit

Permalink
used filename to get *.pdf"
Browse files Browse the repository at this point in the history
  • Loading branch information
mcc-us committed Sep 18, 2024
1 parent e6c3a60 commit 406c546
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _docs/f706.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: f706.pdf
---

<div class="pdf-container">
<iframe src="/irs.ea/assets/pdfs/f706" height="600" width="100%" allowFullScreen="true"></iframe>
<iframe src="/irs.ea/assets/pdfs/f706.pdf" height="600" width="100%" allowFullScreen="true"></iframe>
</div>

2 changes: 1 addition & 1 deletion _docs/f843.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: f843.pdf
---

<div class="pdf-container">
<iframe src="/irs.ea/assets/pdfs/f843" height="600" width="100%" allowFullScreen="true"></iframe>
<iframe src="/irs.ea/assets/pdfs/f843.pdf" height="600" width="100%" allowFullScreen="true"></iframe>
</div>

2 changes: 1 addition & 1 deletion _docs/f941.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: f941.pdf
---

<div class="pdf-container">
<iframe src="/irs.ea/assets/pdfs/f941" height="600" width="100%" allowFullScreen="true"></iframe>
<iframe src="/irs.ea/assets/pdfs/f941.pdf" height="600" width="100%" allowFullScreen="true"></iframe>
</div>

2 changes: 1 addition & 1 deletion assets/test/1.create.md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for filename in *.pdf; do
content+="title: $filename_no_ext.pdf\n"
content+="---\n\n"
content+="<div class=\"pdf-container\">\n"
content+="<iframe src=\"/irs.ea/assets/pdfs/$filename_no_ext\" height=\"600\" width=\"100%\" allowFullScreen=\"true\"></iframe>\n"
content+="<iframe src=\"/irs.ea/assets/pdfs/$filename\" height=\"600\" width=\"100%\" allowFullScreen=\"true\"></iframe>\n"
content+="</div>\n"

# Write the content to the markdown file
Expand Down

0 comments on commit 406c546

Please sign in to comment.