Skip to content

Commit 8a4f7da

Browse files
committed
fix: test
1 parent 6483a93 commit 8a4f7da

File tree

2 files changed

+15
-264
lines changed

2 files changed

+15
-264
lines changed

test/lazyvim.jl

Lines changed: 0 additions & 264 deletions
This file was deleted.

test/markdown.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1+
using InteractiveUtils
12
@testset "markdown" begin
23
doc = test_pandoc(
34
raw"""
45
# panvimdoc
56

7+
<div align="center">
8+
<img src="https://user-images.githubusercontent.com/292349/213446185-2db63fd5-8c84-459c-9f04-e286382d6e80.png">
9+
</div>
10+
11+
<hr>
12+
13+
<div align="center"><p>
14+
<a href="https://github.com/LazyVim/LazyVim/releases/latest">
15+
<img alt="Latest release" src="https://img.shields.io/github/v/release/LazyVim/LazyVim?style=for-the-badge&logo=starship&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41&include_prerelease&sort=semver" />
16+
</a>
17+
</div>
18+
619
"Double quoted string"
720

821
> Testing block quote
@@ -383,12 +396,14 @@ bar
383396
toc = false,
384397
demojify = true,
385398
)
399+
InteractiveUtils.clipboard(doc)
386400
@test doc == raw"""
387401
*test.txt* Test Description
388402

389403
==============================================================================
390404
1. panvimdoc *test-panvimdoc*
391405

406+
392407
"Double quoted string"
393408

394409

0 commit comments

Comments
 (0)