mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
Revert "blockquote: Remove unnecessary log of quote contents"
This commit is contained in:
parent
5df73c4b3f
commit
49b38df2b6
@ -1,6 +1,6 @@
|
||||
/* eslint-disable */
|
||||
/** pulled from remark-parse
|
||||
*
|
||||
*
|
||||
* critical change is that blockquotes require a newline to be continued, see
|
||||
* the `if(!prefixed) conditional
|
||||
*/
|
||||
@ -120,6 +120,7 @@ function blockquote(eat, value, silent) {
|
||||
|
||||
exit = self.enterBlock()
|
||||
contents = self.tokenizeBlock(contents.join(lineFeed), now)
|
||||
console.log(values);
|
||||
exit()
|
||||
|
||||
const added = add({type: 'blockquote', children: contents})
|
||||
|
Loading…
Reference in New Issue
Block a user