bobbingwide / txt2md

Convert a WordPress readme.txt file to Github README.md
GNU General Public License v2.0
1 stars 0 forks source link

Cater for single colons in list items #4

Open bobbingwide opened 7 years ago

bobbingwide commented 7 years ago

In list items such as the screenshots and change log, if an item contains a single colon then GitHub markdown seems to treat it as a separate list item, producing rather odd looking formatting.

  1. This may demonstrate it.
      1. Here's an example:
  2. Looks like a bug in the tm2md code.

In the conversion an unexpected * is created on the lines containing the single colon.