Skip to content

Commit

Permalink
fix markdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Oct 18, 2023
1 parent 6c92cd2 commit 6a58922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions deployments/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
- [Polygon Ecosystem Token](#polygon-ecosystem-token)
- [Deployment History](#deployment-history)
- [1.1.0](#110)

- [1.0.0](#100)

## Summary
Expand Down Expand Up @@ -72,7 +71,7 @@ Proxy Admin: [0x9Ed32fDC7E4600E1F733dbCEA750C19E7830FBc2](https://goerli.ethersc


<details>
<summary>Implementation History</sumamry>
<summary>Implementation History</summary>
<table>
<tr>
<th>Version</th>
Expand Down Expand Up @@ -120,7 +119,7 @@ Proxy Admin: [0x9Ed32fDC7E4600E1F733dbCEA750C19E7830FBc2](https://goerli.ethersc


<details>
<summary>Implementation History</sumamry>
<summary>Implementation History</summary>
<table>
<tr>
<th>Version</th>
Expand Down
4 changes: 2 additions & 2 deletions script/utils/extract.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function generateMarkdown(input) {
const { deploymentHistoryMd, allVersions } = generateDeploymentHistory(input.history, input.latest, input.chainId);
out += Object.keys(allVersions)
.map((v) => `\n\t- [${v}](#${v.replace(/\./g, "")})`)
.join("\n");
.join("");

out += `\n\n## Summary
<table>
Expand Down Expand Up @@ -346,7 +346,7 @@ function generateProxyInformationIfProxy({
out += `\n`;
out += `
<details>
<summary>Implementation History</sumamry>
<summary>Implementation History</summary>
<table>
<tr>
<th>Version</th>
Expand Down

0 comments on commit 6a58922

Please sign in to comment.