Browse Source

remove outdated comment

Yuki Takei 9 months ago
parent
commit
e9f0dd9990
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/remark-drawio/src/utils/embed.ts

+ 0 - 1
packages/remark-drawio/src/utils/embed.ts

@@ -73,7 +73,6 @@ export const generateMxgraphData = (code: string): string => {
     </mxfile>
   `;
 
-  // see options: https://drawio.freshdesk.com/support/solutions/articles/16000042542-embed-html
   const mxGraphData = {
     editable: false,
     highlight: '#0000ff',