Skip to content

Conversion to HTML is not supported for markdown #29

@ManikantaMandala

Description

@ManikantaMandala

Hi, I'm started using vimwiki recently
I have an issue with with converting markdown code to HTML using :Vimwiki2HTML

  • I had install vimwiki_markdown library with pip using

    python3 -m pip install vimwiki-markdown
    
  • checked :checkhealth provider.python gives

    Python 3 provider (optional) ~
    - Using: g:python3_host_prog = "/usr/bin/python3"
    - Executable: /usr/bin/python3
    - Python version: 3.10.12
    - pynvim version: 0.5.0
    - OK Latest pynvim is installed.
    
    Python virtualenv ~
    - OK no $VIRTUAL_ENV
    
  • and my vimwiki config:

    return {
        'vimwiki/vimwiki',
        dependencies ={
            'mattn/calendar-vim'
        },
        init = function()
            vim.g.vimwiki_list = {
                {
                    path = '~/vimwiki',
                    template_path = '~/vimwiki/templates/',
                    template_default = 'default',
                    syntax = 'markdown',
                    ext = '.md',
                    path_html = '~/vimwiki/site_html/',
                    custom_wiki2html = 'vimwiki_markdown',
                    template_ext = '.tpl'
                }
            }
        end
    }

And still I'm getting a conversion to HTML is not supported error
guide me in solving this issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions