You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix - blockquote that start with a space (#108)
* hide mermaid stuff as not ready for this yet
* bump lodash with audit fix
* add blockquote test cases
* should run on node 20
* Fix custom blockquotes that start with a space. spaces do not have tokens which breaks the `tokens[0].tokens` logic.
Also when a standard blockquote is found it uses Marked standard renderer to convert it to html
Copy file name to clipboardExpand all lines: default-md-files/morty-docs.md
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,28 @@ Do images still work?
33
33
-`critical` - an alarm that 247/Ops should act on indicating direct audience impact. Ops will
34
34
consult your product runbook and perform the required escalation actions listed there.
35
35
36
+
## Blockquote 1
37
+
> Lorem Ipsum is simply dummy text of the printing and typesetting industry.
38
+
>
39
+
- list item 1
40
+
- list item 2
41
+
- list item 3
42
+
- list item 4
43
+
>
44
+
> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
45
+
>
46
+
> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
47
+
48
+
## Blockquote 2
49
+
>
50
+
> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
51
+
>
52
+
> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
53
+
54
+
## Blockquote 3
55
+
> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
56
+
> It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
0 commit comments