GehDoc / vscode-textile-preview

Provides rich language support for Textile within Visual Studio Code : synchronised preview side by side with the textile markup source, source code folding, code block syntax highlighting, link to headlines with completion...
Other
6 stars 2 forks source link

Avoid new line for inline monospace between `@` signs #50

Closed Nabav closed 3 years ago

Nabav commented 3 years ago

Textile Language Features: 1.3.9 VS Code: 1.55.2 Operating system: Debian

Describe the bug By inserting inline monospace texts between two @ signs, the preview does not show them really inline and adds newlines before and after.

To Reproduce Steps to reproduce the behavior:

  1. Type in: example @inline monospace@ text
  2. Check the live textile preview
  3. Expected: example inline monospace text
  4. Observed: example inline monospace text
Nabav commented 3 years ago

Thanks a lot.