russross / blackfriday

Blackfriday: a markdown processor for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Things to forward port from v1 to v2

rtfb opened this issue · comments

A tracking issue to mark stuff that needs forward porting from v1 to v2.

API-breaking (i.e. must be addressed before releasing v2):

  • No known issues

Other:

  • Port v1 PR #334 to v2
  • Port v1 PR #352 to v2 - done in PR #509
  • Port v1 PR #366 to v2
  • Port v1 PR #521 to v2. Potentially will involve some other missed changes that this builds upon.

looks like this is done?

This isn't done; those are three v1 PRs that need to be ported to v2. I'll work on porting #352 now. Edit: It is done now, see PR #509.