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)

貢獻者指南