Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Not working on Linux #90

Open
jaqmol opened this issue Apr 19, 2020 · 9 comments · May be fixed by #92
Open

Not working on Linux #90

jaqmol opened this issue Apr 19, 2020 · 9 comments · May be fixed by #92

Comments

@jaqmol
Copy link

jaqmol commented Apr 19, 2020

Given this example:

# Markdown TOC Demo

## Title 1

## Title 2

### Title 3

And after Markdown TOC: Insert/Update:

# Markdown TOC Demo

<!-- TOC -->autoauto- [Markdown TOC Demo](#markdown-toc-demo)auto    - [Title 1](#title-1)auto    - [Title 2](#title-2)auto        - [Title 3](#title-3)autoauto<!-- /TOC -->

## Title 1

## Title 2

### Title 3

I guess the newlines used are incompatible. Should be an easy fix as to windows now supporting compatible newlines.

@hawkeye64
Copy link

Exactly what I get

<!-- TOC -->autoauto- [Made With Quasar](#made-with-quasar)auto  - [Initial Setup](#initial-setup)auto  - [Install Docker/CE (Community Edition)](#install-dockerce-community-edition)auto  - [Install Docker Compose](#install-docker-compose)auto  - [Visual Studio Code "Remote - Containers" extension](#visual-studio-code-remote---containers-extension)auto  - [Installing Hasura locally](#installing-hasura-locally)auto  - [Install Hasura CLI](#install-hasura-cli)auto  - [Migrations](#migrations)auto  - [Caddy Installation](#caddy-installation)auto  - [Run Caddy](#run-caddy)auto  - [Run Hasura](#run-hasura)auto  - [Run Backend](#run-backend)auto  - [Run Frontend](#run-frontend)auto  - [Final](#final)autoauto<!-- /TOC -->

@sfsccn
Copy link

sfsccn commented Apr 20, 2020

Same here, MTOC 1.5.6, VSC 1.44.2 on Windows 10 using remote Ubuntu 19.10 server.

@paw-lu
Copy link

paw-lu commented May 4, 2020

Same as you @hawkeye64—and I'm macOS. So this is not a platform issue.

@StepanOvsyankin
Copy link

this one seems to be a duplicate of #65. Workaround is in comments

@paw-lu
Copy link

paw-lu commented May 7, 2020

Missed that one. Thanks @Ovsyankin !

@txgruppi
Copy link

same here

@lyuwenyu
Copy link

same issue

@tobive
Copy link

tobive commented Sep 1, 2020

Have anyone tried this:
#65 (comment)

@mcornella mcornella linked a pull request Sep 23, 2020 that will close this issue
@bentolor
Copy link

Have anyone tried this:
#65 (comment)

Same here on Linux. @tobive The workaround (which is hard-forcing VSCode from "auto" EOL to "\n" in configuration) worked for me as workaround.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants