diff --git a/test-docs/src/lib.rs b/test-docs/src/lib.rs index 84c85e2..88ed472 100644 --- a/test-docs/src/lib.rs +++ b/test-docs/src/lib.rs @@ -49,3 +49,17 @@ pub trait AnotherOne { /// Some func 3. fn func3(); } + +/// Check for "i" signs in lists! +/// +/// 1. elem 1 +/// 2.test 1 +/// ```compile_fail +/// fn foo() {} +/// ``` +/// 3. elem 3 +/// 4. ```ignore +/// fn foo() {} +/// ``` +/// 5. elem 5 +pub fn check_list_code_block() {} diff --git a/ui-tests/basic-code.png b/ui-tests/basic-code.png index f58cbe5..97dd8a4 100644 Binary files a/ui-tests/basic-code.png and b/ui-tests/basic-code.png differ diff --git a/ui-tests/basic.png b/ui-tests/basic.png index 87b3112..b74ec38 100644 Binary files a/ui-tests/basic.png and b/ui-tests/basic.png differ diff --git a/ui-tests/code-sidebar-toggle-mobile.png b/ui-tests/code-sidebar-toggle-mobile.png index fea48df..e77df4c 100644 Binary files a/ui-tests/code-sidebar-toggle-mobile.png and b/ui-tests/code-sidebar-toggle-mobile.png differ diff --git a/ui-tests/code-sidebar-toggle.png b/ui-tests/code-sidebar-toggle.png index f58cbe5..97dd8a4 100644 Binary files a/ui-tests/code-sidebar-toggle.png and b/ui-tests/code-sidebar-toggle.png differ diff --git a/ui-tests/list_code_block.gom b/ui-tests/list_code_block.gom new file mode 100644 index 0000000..45108c6 --- /dev/null +++ b/ui-tests/list_code_block.gom @@ -0,0 +1 @@ +goToUrl: ./fn.check_list_code_block.html \ No newline at end of file diff --git a/ui-tests/list_code_block.png b/ui-tests/list_code_block.png new file mode 100644 index 0000000..151c637 Binary files /dev/null and b/ui-tests/list_code_block.png differ diff --git a/ui-tests/module-mobile.png b/ui-tests/module-mobile.png index 412fa75..aef61cc 100644 Binary files a/ui-tests/module-mobile.png and b/ui-tests/module-mobile.png differ diff --git a/ui-tests/theme-change.png b/ui-tests/theme-change.png index 0bf256a..79c8b5f 100644 Binary files a/ui-tests/theme-change.png and b/ui-tests/theme-change.png differ diff --git a/ui-tests/toggle-docs.png b/ui-tests/toggle-docs.png index a7f56db..fd474c4 100644 Binary files a/ui-tests/toggle-docs.png and b/ui-tests/toggle-docs.png differ