Skip to content

Commit

Permalink
markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanahamed committed Nov 15, 2024
1 parent cbae7da commit 9a04085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build-docs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from "node:path";
import { promises as fsPromises } from "node:fs";
import Showdown from "showdown"
const markdown = new Showdown.Converter();
const markdown = new Showdown.Converter({ tables: true });

let srcDir = path.resolve(import.meta.dirname, "..", "docs");
let outputDir = path.join(import.meta.dirname, "views", "docs");
Expand Down

0 comments on commit 9a04085

Please sign in to comment.