- Added
sh
,shell
andzsh
aliases forbash
language
- Fixed a number of issues with
markers
option, added tons of tests
- Introduced for
markers
option, that can help preserve selection across parsing
- Allows
id
attribute on any headings - Adds an
id
to all headings
- Updated
[email protected]
- Fixed a bug where links would break a paragraph beyond repair
- Upgraded
markdown-it
to4.4.0
<mark>
elements can be used to highlight code, text- Updated
[email protected]
- Upgraded
markdown-it
to4.3.1
- Updated
[email protected]
- Fixed a bug where you couldn't customize the allowed
<span>
,<code>
, and<pre>
class names on the sanitizer level - Updated
[email protected]
- Updated
assignment
to play nice with IE < 9
- Added to Bower registry
- Freezing
[email protected]
for the time being
- Introduced
linkifiers
as another easy tokenizer option
- Simplified tokenization process
- Removed unused
marked
dependency
- Updated
insane
to2.1.1
- Moved
assign()
intoassignment
npm module
- Replaced
marked
withmarkdown-it
, improvements in compliance, parser speed, and code structure - Exposed
markdown-it
parser instance for extensibility
- Initial Public Release