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

Cannot escape * if point . is present in the line (markdown) #1432

Open
4 tasks done
fedxyz opened this issue Aug 16, 2024 · 0 comments
Open
4 tasks done

Cannot escape * if point . is present in the line (markdown) #1432

fedxyz opened this issue Aug 16, 2024 · 0 comments
Labels
bug markdown Problems specific to markdown syntax syntax Related to syntax and highlighting

Comments

@fedxyz
Copy link

fedxyz commented Aug 16, 2024

Hi,

  • Include the VimWiki settings from your .vimrc
let g:vimwiki_ext2syntax = {'.wiki': 'markdown'}
let g:vimwiki_list = [{'path': '$HOME/vimwiki/', 'syntax': 'markdown', 'ext': '.wiki'}]
let g:tagbar_type_vimwiki = {
          \   'ctagstype':'vimwiki'
          \ , 'kinds':['h:header']
          \ , 'sro':'&&&'
          \ , 'kind2scope':{'h':'header'}
          \ , 'sort':0
          \ , 'ctagsbin':'~/local/bin/vwtags.py'
          \ , 'ctagsargs': 'markdown'
          \ }
  • Include the syntax you are using (default / Markdown / MediaWiki)
    Markdown

  • Provide a detailed description of the problem including steps to reproduce the issue.

write

\*abc

the * will be escaped so not italics but

\*.abc

not, it remains in italics, the point makes a difference.

(the lines dont include backtics, just included them here on Github to write the line as code)

  • Include the output of :VimwikiShowVersion.

Version: 2024.01.24
Os: Linux
Vim: 802
Branch: dev
Revision: 705ad1e
Date: 2024-06-23 12:11:20 -0400

Thanks for the help.

@brennen brennen added markdown Problems specific to markdown syntax syntax Related to syntax and highlighting bug labels Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug markdown Problems specific to markdown syntax syntax Related to syntax and highlighting
Projects
None yet
Development

No branches or pull requests

2 participants