-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ordered lists and sublists transformation (closes #98)
Ordered list and sublist transformation from Slack syntax to GitHub flavored markdown syntax were not supported: it was wrongly converted to simple lists. It works only for ordered lists and sublists (not subsublists or more). Slack syntax ordered sublist can contain at most 26 elements (from a to z in Slack syntax).
- Loading branch information
1 parent
861c1eb
commit a63a560
Showing
3 changed files
with
61 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters