This repository was archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
This repository was archived by the owner on May 16, 2024. It is now read-only.
Convert rails documentation does not work #70
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
vim-devdocs] Converting guides/active_storage_overview (181/745)
[nvim-devdocs] Failed to convert "guides/active_storage_overview", please report this issue
...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:150: attempt to index local 'line' (a nil value)
stack traceback:
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:150: in function 'get_text_range'
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:166: in function 'get_node_text'
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:267: in function 'eval'
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:251: in function 'fn'
^I/usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:345: in function 'for_each_tree'
^I/usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:349: in function 'for_each_tree'
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/transpiler.lua:246: in function <...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/
transpiler.lua:245>
^I[C]: in function 'xpcall'
^I.../share/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/build.lua:47: in function 'build_docs'
^I...e/nvim/lazy/nvim-devdocs/lua/nvim-devdocs/operations.lua:73: in function ''
^Ivim/_editor.lua: in function <vim/_editor.lua:0>
Original html document:
<h1>Active Storage Overview</h1>
<div class="_simple"> <p>This guide covers how to attach files to your Active Record models.</p>
<p>After reading this guide, you will know:</p> <ul> <li>How to attach one or many files to a record.</li> <li>How to delete
an attached file.</li> <li>How to link to an attached file.</li> <li>How to use variants to transform images.</li> <li>How to
generate an image representation of a non-image file, such as a PDF or a video.</li> <li>How to send file uploads directly f
rom browsers to a storage service, bypassing your application servers.</li> <li>How to clean up files stored during testing.<
/li> <li>How to implement support for additional storage services.</li> </ul> <h2 class="chapter">Chapters</h2> <ol class="c
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working