| Author | djarvis <email> |
|---|---|
| Date | 2017-03-27 18:25:14 GMT-0700 |
| Commit | 2a91fa783f8ea7d069a77bbf682b1598e1e2fd1b |
| Parent | a0208dd |
| Delta | 1 line added, 1 line removed |
| import com.vladsch.flexmark.ast.Node; | ||
| import com.vladsch.flexmark.ext.gfm.strikethrough.StrikethroughSubscriptExtension; | ||
| -import com.vladsch.flexmark.ext.gfm.tables.TablesExtension; | ||
| +import com.vladsch.flexmark.ext.tables.TablesExtension; | ||
| import com.vladsch.flexmark.html.HtmlRenderer; | ||
| import com.vladsch.flexmark.parser.Parser; |