This simple web application allows users to generate a Markdown table based on a list of items they provide. - It also renders the Markdown into an HTML table.
- Generate Markdown tables based on user input.
- Render Markdown tables to HTML for visual preview.
- Support for Markdown bold syntax within tables.
- Simple interface.
To use the application:
- Open the
index.html
file in any modern web browser. - Enter the items you want to compare in the provided text area, separated by commas.
- Click the "Generate Table" button to create the Markdown table and render it below.
- You can copy the Markdown or HTML code directly from the output area for use in your projects.
Contributions to enhance the functionality or design of the application are welcome. Please feel free to fork the repository, make changes, and submit a pull request.
Created by Arran for Smitner.Studio. Feel free to visit my website for more interesting projects!