File tree Expand file tree Collapse file tree 2 files changed +15
-264
lines changed Expand file tree Collapse file tree 2 files changed +15
-264
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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==============================================================================
3904041. panvimdoc *test-panvimdoc*
391405
406+
392407"Double quoted string"
393408
394409
You can’t perform that action at this time.
0 commit comments