Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concealed quotation block doesn't render | on new lines #739

Closed
2 tasks done
Dich0tomy opened this issue Feb 9, 2023 · 1 comment
Closed
2 tasks done

Concealed quotation block doesn't render | on new lines #739

Dich0tomy opened this issue Feb 9, 2023 · 1 comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@Dich0tomy
Copy link
Contributor

Dich0tomy commented Feb 9, 2023

Prerequisites

  • I am using either 0.7 stable with the 0.0.12 tag or the latest compiled Neovim version
  • I am using the latest version of the plugin

Neovim Version

NVIM v0.9.0-dev-843+g860fea1a3 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-10  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g  -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -st d=gnu99 -Wshadow -Wconversion -Wdouble-promotion -Wmissing-noreturn -Wmissing-format-attribute -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fno-co mmon -fdiagnostics-color=always -fstack-protector-strong -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_TS_HAS_SET_MATCH_LIMIT -DNVIM_TS_HAS_SET_ALLOCATOR -DINCLUDE_ GENERATED_DECLARATIONS -D_GNU_SOURCE -DMIN_LOG_LEVEL=3 -I/home/runner/work/neovim/neovim/.deps/usr/include/luajit-2.1 -I/usr/include -I/home/runner/work /neovim/neovim/.deps/usr/include -I/home/runner/work/neovim/neovim/build/src/nvim/auto -I/home/runner/work/neovim/neovim/build/include -I/home/runner/wo rk/neovim/neovim/build/cmake.config -I/home/runner/work/neovim/neovim/src Compiled by runner@fv-az198-341  Features: +acl +tui See ":help feature-compile"     system vimrc file: "$VIM/sysinit.vim"   fall-back for $VIM: "/share/nvim"  Run :checkhealth for more info

Neorg setup

      opts = {
        load = {
          ["core.defaults"] = {}, -- Loads default behaviour
          ["core.highlights"] = {
            config = {
              highlights = {
                modifiers = { escape = "+@spell" },
              }
            },
          },
          ["core.norg.concealer"] = {}, -- Adds pretty icons to your documents
          ["core.norg.dirman"] = { -- Manages Neorg workspaces
            config = {
              workspaces = {
                notes = "~/Notes",
              },
            },
          },
          ["core.norg.esupports.metagen"] = {
            config = {
              type = 'auto',
              template = {
                { 'title', '' },
                { 'description', '' },
                { 'authors', 'B4mbus (Daniel Zaradny)' },
                { 'categories', 'notes' },
                { 'created', function() return os.date('%Y-%m-%d') end },
                { 'updated', function() return os.date('%Y-%m-%d') end },
                { 'version', '0.1.0' },
              }
            }
          },
          ["core.export"] = {}
        },
      },

Actual behavior

For

     > If no argument is passed it shows the entire config.
       To specify nested values use a dot (e.g. `compiler-options.lua`).

it looks like this:
image

Expected behavior

My understanding is that it should look like this:
image
(consulted with Vhyrro on the Neorg's discord)

Steps to reproduce

Create a new norg file, create a quotation block with new lines.

Potentially conflicting plugins

No response

Other information

No response

Help

No

Implementation help

No response

@Dich0tomy Dich0tomy added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Feb 9, 2023
@benlubas
Copy link
Contributor

benlubas commented Aug 8, 2024

recently fixed

@benlubas benlubas closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

2 participants