# md2latex **Repository Path**: AlexAnde/md2latex ## Basic Information - **Project Name**: md2latex - **Description**: 将md部分命令转化为latex命令。 - **Primary Language**: Kotlin - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # md2latex #### 介绍 将md部分命令转化为latex命令。 #### 使用说明 目前会将1~5级标题分别转为\section,\subsection,\subsubsection,\paragraph,\subparagraph 支持md代码块和md的item小点,暂时不支持* 小点和```代码块在同一行。 产生结果比较丑陋。