Feature: permit blockquote automatic continuation (issue #1274) (fixed)
This commit is contained in:
+13
-2
@@ -964,9 +964,9 @@ Vimwiki file.
|
||||
and links to external files actually exist. Check also if all wiki files
|
||||
are reachable from the index file. The results are shown in the quickfix
|
||||
window.
|
||||
|
||||
|
||||
This can be used to find "Orphaned" wiki files/pages.
|
||||
|
||||
|
||||
With range: the wiki number, by default current wiki
|
||||
|
||||
|
||||
@@ -2948,6 +2948,14 @@ Where:
|
||||
- `['*', '-', '+']` is the option value
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*blockquote_markers*
|
||||
|
||||
List of markers to define the blockquote regrion
|
||||
|
||||
Default: ['>']
|
||||
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
*yaml_metadata_block*
|
||||
|
||||
@@ -4012,6 +4020,9 @@ master is retained as a legacy mirror of the dev branch.
|
||||
This is somewhat experimental, and will probably be refined over time.
|
||||
|
||||
Fixed:~
|
||||
* Issue #1274: Feature: Continue blockquote when <CR>
|
||||
is pressed in insert mode
|
||||
Also add the |blockquote_markers| variable
|
||||
* Issue #1316: Permit tags in heading
|
||||
* Issue #1270: VimwikiAddHeaderLevel map (3=) was broken by a previous
|
||||
refactoring commit
|
||||
|
||||
Reference in New Issue
Block a user