jgm/pandoc

Mediawiki to markdown conversion- colon not handled properly

Open

#4,458 创建于 2018年3月17日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Haskell (44,133 star) (3,850 fork)batch import
format:Mediawikigood first issuereader

描述

in cases when colon comes before ordered or unordered list or tables, (for extra margin), coversion is incorrect

eg:

  1. Lists :#abc :#def :#ghi is converted to

:#abc

:#def

:#ghi 2. tables :::{|class="wikitable" |} does not convert (removing colon works)

贡献者指南