- #247 - Fix curly braces in R Markdown breaking syntax
- #248 - Remove lodash dependency
- Update lib-ass dependency, now uses coffeescript without a dash
- Made a booboo with the version numbers
- #242 - Fix "Remove empty list-items" for multiple whitespaces (thanks @hbschr)
- #239 - Add shell-session/console code blocks (thanks @mcandre)
- #240 - Reproduce leading whitespace of previous line when adding new list items (thanks @hbschr)
- #233 - Add typescript code blocks (thanks @kylebarron)
- #228 - Fix whitespace issues (thanks @kylebarron)
- b1a1da1 - Prevent matching invalid HTML-tags (thanks @kylebarron)
- #235 - Add julia-repl to fenced code blocks (thanks @NHDaly)
- #191 - Add classes for vertical and horizontal lines in GitHub tables (thanks @thancock20)
- #193 - Match knowing that a newline character may not exist (thanks @50Wliu)
- #202 - Add support for State fenced-code-blocks (thanks @kylebarron)
- #220 - Add support for Kotlin fenced-code-blocks (thanks @shd101wyy)
- #211 - Add support for language-babel fenced-code-block (thanks @remcohaszing)
- #218 - Add east-end and east-end-notebook syntax themes to README (thanks @MarcusE1W)
- #210 - Fix multiple links with span inline attributes on a single line (thanks @tobihagemann)
- #208 - Resolve scope selector conflict with link core package (thanks @dineshbhosale and @50Wliu)
- #206 - Add support for SAS code blocks (thanks @kylebarron)
- #217 - Add YAML code block syntax highlighting (thanks @kylebarron)
- #219 - Add support for HCL code blocks (thanks @veger)
- #215 - And setting for disabling auto-increment of ordered list items (thanks @wesleyem)
- #188 - Fix
!
and@
not working whenlinkShortcuts
was disabled (thanks @mp4096)
- Convert Coffeescript to normal Javascript
- Multi-cursor support for selection emphasis, links and toggling tasks
- #180 - Add support for language-make (thanks @barrygu)
- Fix bug introduced by #172 - changes were overwritten when grammar was compiled
- Fix php fenced-code injections
- #173: Add embedded code variation support (thanks @zachflower)
- #172: Adhere to naming convention for embedded grammars (thanks @lgeiger)
- #165: Add fenced-code support for Clean and Idris (thanks @timjs)
- #170: Opt out of line length limit (thanks @sbaack)
- #171: Relax math-block grammar rules (thanks @lierdakil)
- Fix #161:
functions.js
not always being loaded/required (thanks @WestFlame)
- Add grammar for iA Writer 4 content-blocks
- Separate functions from main code
- Add inline todo (from
language-todo
) - Temporarily disabled YAML fenced-code-blocks (see #77, thanks @btquanto)
- #160: Add math-inline to blocks-in-scopes (thanks @mangecoeur)
- Update
less
base-scope for fenced-code blocks - #155: Add support for Pandoc grid-tables (thanks @mangecoeur)
- #153: Fix multiple math-inlines on the same line, and allow math-block delimiters with extended arguments (thanks @laughingrice)
- #137: Add
har
to fenced-code-blocks (thanks @ntotten) - #145: Add support for embedded math (via
language-latex
) (thanks @codebje) - #148: Add fenced-code blocks for
language-latex
andlanguage-mathematica
(thanks @Edenharder) - #151: Add commands for converting a selection to a link (
@
) or an inline image (!
) (thanks @gnestor)
- #131: Add JSON front matter (thanks @gkjpetter)
- #42: Prevent
language-html
from marking singular ampersands as invalid (thanks @bobrocke and @joallard) - Disabled spec for commands; failed with latest release
- Rewritten instructions in
README.md
- #131: Fix broken column alignment delimiters when used without a leading or trailing space (thanks @tpoisot)
- Add
.spec
filetype for Gauge
- #126: Add support for embedded Crystal code snippet highlighting (thanks @keplersj)
- Add keybinding
~
that toggles strike-through on selected text
- #121 and #123: Add generic fenced-code-blocks (thanks @heavywatal)
- #123: Add language support for
Lua
(thanks @Stanzilla) - Mark horizontal-rule as a constant
- #117: Disallow parenthesis in link-destination (thanks @tsaiid)
- #114: Remove necessity for a whitespace character following the language-name in fenced-code-blocks (thanks @eloquently)
- #112: Re-add R to generic fenced-code-blocks (thanks @heavywatal)
- #113: Separate table-data from table-structure
- Add keybindings
_
and*
that toggle (strong) emphasis on selected text - #100: Allow inline code-spans with any number of (matching) backticks (thanks @cblp)
- Add
one-o-eight-syntax
to supported syntax themes (thanks @tpoisot) - #2: Detect Pandoc citations (in square brackets) (thanks @tpoisot)
- #106: Merge Github mentions and Pandoc citations into generic references
- #94: Upgrade lists
- Allow ordered/numbered task-lists
- Allow
+
and*
as markers for task-lists - Allow capital
X
to mark a task as complete
- #90: Fix nested inline elements
- #97: Add support for
liquid
(thanks @fusion809)
- #82: Add R Markdown flavor (thanks to @pimentel)
- Fix wrong scope on keymaps preventing list-item in- and outdenting
- #79: Add specs for custom commands
- Fix: wrong scope on keymaps
- Fix: revert #76 (marking checkbox as separate token in task-lists); prevented new task-list-items from being created
- #74: Add support for AtomDoc references, such as {ClassName} and {Class::method}
- #75: Separate
gfm-blocks
fromgfm-inlines
and add the latter toinlines-in-blocks
; makes references work inside tables again - #76: Mark the checkbox in task-list-items as a separate token
- #70: Don't disable
language-gfm
if it is already disabled (thanks @KaiBueker)
- Remove the automatically created empty list-item after pressing enter if left empty (+option to disable this)
- Add fenced-code-block support for
jsx
,sass
andscss
(thanks to @afc163 and @afontaine)