Ryan Winograd
1ea97303fd
Fix: HTML Conversion: List with wrapped lines ( #1008 )
...
Track how many leading spaces a list item has in order to determine whether we should start a blockquote.
Note the extra close tag in the added test: this is a pre-existing issue
already present on `dev`.
2020-09-05 11:45:50 -04:00
Tinmarino
dc63a5dacc
Fix: Html convertion: Blockquote: multiline and in number list (Issue #55 )
...
- Issue 5 indented multiline
Transoform blockquotes by precode
```
<blockquote>
Block quote line 1
Block quote line 2
</blockquote>
```
->
```
<pre><code>line 1
line 2
</code></pre>
```
- Issue 2: BlockQuote restarts list numbering
Allow indent precode in list
2020-08-24 01:14:18 -04:00
Tinmarino
8e5274b1a2
Test: Batchify all && Lint run_test.sh
...
All tests in the same batch, in other words, no independant test
2020-08-23 03:42:02 -04:00
Tinmarino
2332dc1514
Refactor: Test & Doc: Remove test/vader_include and move DesignNotes to doc
...
- vader_include is declareing functions -> faster to load (parse) once in
vimrc
- DesignNotes is doc so goes to doc
2020-07-29 23:29:03 -04:00
Rafael Castillo
e006da5aa0
Add test for arrow blockquotes
2020-07-22 00:41:36 -04:00