Skip to content

Commit

Permalink
Update bookmarklet.js
Browse files Browse the repository at this point in the history
Convert `.phb` to `.page`
  • Loading branch information
G-Ambatte committed Nov 25, 2021
1 parent 69e5daa commit 99f7a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const inputText = localStorage.getItem('homebrewery-new');
{term: "\\\\pagebreak", text: "\\page"},
{term: "======", text: "\\page"},
{term: "\\\\columnbreak", text: "\\column"},
{term: ".phb", text: ".page"}
];
var outputText = inputText;
for (const replacement of replacementList){
Expand Down

0 comments on commit 99f7a70

Please sign in to comment.