9,040 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-2
votes
0
answers
31
views
Best way to convert HTML → Markdown in VTEX without losing functionality? [closed]
I’m currently working as part of a team that runs an e-commerce platform built on VTEX.
I’m trying to solve a specific technical challenge: converting HTML content into Markdown without losing too ...
-1
votes
0
answers
50
views
KaTeX not formatting caret (^) for superscripts in mathematical expressions [closed]
I'm building a Q&A chat widget that uses marked.js for Markdown rendering and KaTeX for mathematical expressions. While most LaTeX expressions render properly, the caret (^) character for ...
-2
votes
0
answers
61
views
Is it possible to use autonumbering in rows of a table in markdown? [closed]
I have just started using markdown to format text and came across autonumbering:
1. This is item 1
1. This is item 2
1. This is item 3
This gets rendered correctly as
This is item 1
This is item 2
...
0
votes
1
answer
53
views
Mathematical expressions not rendering properly in chat widget with marked.js and KaTeX - Need all math formatted
I'm building a Q&A chat widget that uses marked.js for Markdown rendering and KaTeX for mathematical expressions. The backend returns LaTeX-formatted math, but it's displaying as raw text instead ...
-1
votes
0
answers
56
views
Syntax Highlighting/Linting for Markdown in VS Code
I write Markdown documents in VS Code, and often include fairly significant amounts of maths in them, both inline and display equations. I use the Markdown Preview Enhanced (MPE) extension alongside ...
0
votes
0
answers
46
views
x "! Package longtable Error: longtable not in 1-column mode." from twocolumn article (extarticle) and longtable for (raw) markdown tables
My little demo example is given as follows:
---
output:
pdf_document:
latex_engine: xelatex
keep_tex: no
documentclass: extarticle
classoption: "a4paper,8pt,oneside,twocolumn"
...
-1
votes
0
answers
23
views
LaTeX Integration Issue: gpt_markdown: ^1.1.4 and flutter_math_fork (Parameter latexConfig not defined)
I'm setting up a Flutter chat app to display a real-time AI stream using gpt_markdown: ^1.1.4.
My goal is to render LaTeX expressions (delimited by $) within the streamed markdown content using ...
-3
votes
0
answers
51
views
Flutter doesn't show picture in markdownwidget in ios
The package I use is flutter_markdown: ^0.7.7+1
Here is my markdownWidget code:
MarkdownBody(
data: data,
sizedImageBuilder: (config) => Image.network(
config.uri.toString(),
...
0
votes
1
answer
38
views
Two peer clients calling one server with origin-based handling (can clients be stacked vertically?)
In Mermaid sequenceDiagram, participants render side-by-side. I need two peer clients on the left and a server on the right; the server handles requests based on the request origin.
Q: Can I stack the ...
0
votes
0
answers
43
views
VS Code + Markdown Preview Enhanced: Error "Output format needs to be specified." on Pandoc export
I use VS Code and Markdown Preview Extended.
I try to export a markdown file to Pandoc:
But I receive this error: "Output format needs to be specified."
I have no idea where to specify a ...
1
vote
0
answers
81
views
Docling PPTX Image Extraction Issue - Missing Embedded Images from Placeholders
> '''
> import logging
> import time
> from pathlib import Path
> from docling_core.types.doc import ImageRefMode, PictureItem, TableItem
> ...
-1
votes
2
answers
129
views
Set up Prisma for cal.com
I am a beginner trying to contribute to open-source through cal.com (an open-source calendly alternative). The thing is, I am trying to set up Prisma on my system by using Yarn. I keep running into ...
0
votes
0
answers
37
views
Nuxt content v3 with Nuxt v4 shows "content not found" on direct page refresh/navigation in production
Operating system : macos
@nuxt/content: ^3.6.3
nuxt ^4.0.3
Node 24
In a Nuxt 4 project utilizing @nuxt/content, I am encountering an issue where content-rendered pages display "content not found&...
0
votes
1
answer
38
views
Dropdown list in github docs. Is it Github Flavoured Markdown? Syntax?
I was reading the Github Actions docs and I see a dropdown list here.
(It says 'Action type: created')
From what I know, the docs are written using Github Flavoured Markdown. How was this specific ...
0
votes
0
answers
443
views
Docling Hyperlink Extraction Issue : I am using docling to convert pdf to markdown file, but hyperkink not preserved in markdown file after conversion
I’m currently using the Docling library in Python to extract text from PDF files. While it works well for retrieving visible text, I’ve noticed an issue with hyperlinks. Specifically, the library only ...