/**
 * @remarks
 * This code is open source under the MIT license. The author can be hired by visiting [Jerry's LinkedIn](https://www.linkedin.com/in/jerrythejsguy/).
 */
import MarkdownParser from "./Markdown";
export default MarkdownParser;
