continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Markdown table rendering broken #2413

Open StructByLightning opened 1 month ago

StructByLightning commented 1 month ago

Before submitting your bug report

Relevant environment info

- OS: Ubuntu 20.04
- Continue: v0.9.212 (pre-release)
- IDE: VSCode
- Model: Sonnet 3.5
- config.json:

{
  "models": [
    {
      "title": "Codestral",
      "model": "codestral-latest",
      "contextLength": 32000,
      "apiKey": "<key>",
      "provider": "mistral"
    },
    {
      "model": "claude-3-5-sonnet-20240620",
      "systemMessage": "<prompt>",
      "cacheSystemMessage": true,
      "contextLength": 200000,
      "title": "Sonnet",
      "apiKey": "<key>",
      "provider": "anthropic",
      "promptTemplates": {
        "edit": "<prompt>"
      }
    }
  ],
  "experimental": {
    "quickActions": [],
    "modelRoles": {
      "inlineEdit": "Sonnet"
    }
  },
  "customCommands": [
    {
      "name": "ts",
      "description": "Convert to typescript",
      "prompt": "<propmt>"
    }
  ],
  "tabAutocompleteModel": {
    "title": "Codestral",
    "model": "codestral-latest",
    "contextLength": 32000,
    "apiKey": "<key>",
    "provider": "mistral"
  },
  "tabAutocompleteOptions": {
    "useCache": true,
    "useCopyBuffer": true,
    "useFileSuffix": true
  },
  "embeddingsProvider": {
    "provider": "voyage",
    "model": "voyage-code-2",
    "apiKey": "<key>"
  },
  "reranker": {
    "name": "voyage",
    "params": {
      "model": "rerank-1",
      "apiKey": "<key>"
    }
  },
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "repo-map",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {
        "nRetrieve": 25,
        "nFinal": 5,
        "useReranking": true
      }
    }
  ],
  "docs": [
    {
      "startUrl": "https://docs.anthropic.com/en/docs/welcome",
      "title": "Anthropic",
      "faviconUrl": ""
    }
  ]
}

Description

Markdown table rendering is broken in the sidebar. It renders tables as plain text.

To reproduce

Generally, you can just ask the LLM to provide its output as a table. However, here is a sample table that does not render correctly in Continue, but does in Obsidian:

| Estimation Method | Low End | High End | Confidence |
| --- | --- | --- | --- |
| Per Square Foot | $14,000 | $36,000 | 75% |
| Percentage of Total Cost | $24,000 | $72,000 | 70% |
| Component Breakdown | $22,000 | $49,000 | 67% |

image

Log output

[2024-09-27T21:46:55] [LOG] null
[2024-09-27T21:46:55] [LOG] null
[2024-09-27T21:46:55] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] Enter
[2024-09-27T21:46:56] [LOG] Enter
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:56] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:57] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:58] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:46:59] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:00] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:01] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:02] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:03] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:04] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:05] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:06] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:07] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:08] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:09] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:10] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [LOG] null
[2024-09-27T21:47:11] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [WARN] LaTeX-incompatible input and strict mode is set to 'warn': % comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $) [commentAtEnd]
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:12] [LOG] null
[2024-09-27T21:47:13] [LOG] null
[2024-09-27T21:47:14] [LOG] null
[2024-09-27T21:47:14] [LOG] null
[2024-09-27T21:47:16] [LOG] null
[2024-09-27T21:47:16] [LOG] null
[2024-09-27T21:47:18] [LOG] null
[2024-09-27T21:47:18] [LOG] null
sestinj commented 1 month ago

@StructByLightning I just made a new branch with the change that is intended to solve this (using the remarkGfm plugin). Unfortunately something is wrong there and I've not had the time to look deeper into the internals, but it's causing a lot of markdown to simply not be rendered at all

This is the branch in case anyone is interested in taking a look: https://github.com/continuedev/continue/tree/nate/gfm-rendering

cccs-eric commented 1 month ago

+1 This problem is annoying since it makes reading Markdown tables very difficult. I have to constantly copy the output from Output -> Continue - LLM Prompt to a Markdown file and open a preview in VSCode. Would love to get a fix sooner than later.