9,038 questions
-1
votes
0
answers
40
views
Markdown notation stored in DuckDB, displayed in the "Shiny" WebApp as mathematical expression
Using DataGrid (Data Grid – Shiny for Python), how can LaTex/Markdown notation, which strings are stored in the cells of a DuckDB database file, be displayed in the Shiny webapp as human readible ...
Advice
0
votes
1
replies
28
views
How to externally link to a storybook section
I have a storybook and I wat tot send a link to a section in my story to someone.
Eksample:
# MyTitle
I tried to link to this using someting like this `https://my-storybook-url/?path=/docs#MyTitle`
...
Advice
0
votes
2
replies
65
views
How to obtain HTML DOM from markdown?
I have some markdown text.
I use MarkDig to parse the markdown text and obtain a markdown-document-object-model. (markdown-DOM.)
From that, I want to obtain an HTML-DOM.
As far as I can tell, the only ...
0
votes
1
answer
27
views
Umbraco Flavoured Markdown returns blank label
I'm using Umbraco v16.1.1 and I've been trying to get labels working for Blocklist and Blockgrid elements. With version 16, you're supposed to use Umbraco Flavoured Markdown to generate dynamic labels ...
0
votes
0
answers
29
views
LlamaParse system_prompt and system_prompt_append have no effect with parse_page_with_agent (Gemini 2.5) when converting PDF → Markdown
I’m using LlamaParse (Llama Cloud) in Python to convert PDFs to Markdown.
I want to steer the output with a system prompt (e.g., force UPPERCASE or bump all Markdown heading levels), but neither ...
0
votes
0
answers
55
views
Customize auto-appended snippets in MkDocs Material for the glossary
Using Markdown with MkDocs Material, I'm trying to implement a glossary with automatically appended definitions and custom styling.
I've successfully used the snippets extension to auto-append a ...
0
votes
1
answer
50
views
Codeblocks not rendering correctly with MDsvex
I am trying to render markdown posts fetched from a git repo in my Svelte 4 webapp/blog using mdsvex.
The markdown mostly renders correctly, but the ``` code blocks dont render corerctly.
The ...
1
vote
1
answer
51
views
Nextjs 15.2 Mdx, Shiki, Rehype-pretty-code Build error
So I'm trying to build my Next.js project, which, for context, was being deployed without a problem, up until my main branch. When I then tried to implement mdx, with rehype and shiki, and tried to ...
2
votes
0
answers
37
views
Forcing Markdown headers to custom numbering
I am trying to generate custom-named headers in PDF files from Markdown. I am using LaTeX and the Eisvogel template.
I want to edit the numbering of the Markdown headers, i.e., the single hash (#), ...
1
vote
0
answers
39
views
render-markdown.nvim - HTML tags not rendering as expected in markdown buffers
According to the render-markdown.nvim docs, the plugin supports "concealing HTML comments" with the help of treesitter-html (which I have installed). However, I'm still seeing HTML tags ...
0
votes
1
answer
55
views
Jupyter Markdown hyperlink with <style> does not show color
Can someone help explain what is going on, and how to fix it so I don't have too put a <span> in every link.
I am actually writing some .md files and using Juypter to display it in its final ...
0
votes
1
answer
57
views
Markdown image URL encoding inconsistency
I have written the following markdown for an image:

With the intent that the output html is further processed with the url injected through a template system. So, my desired ...
3
votes
1
answer
154
views
Java 25 Javadoc not allowing Markdown URL link syntax in `@see`
Using Java 25 with the new JEP 467: Markdown Documentation Comments, I tried to add the following:
/// @see [Example Site](https://example.com/)
Javadoc (invoked by Maven) complained "error: ...
2
votes
0
answers
55
views
How to pass multi-line code strings with proper indentation to a jsx component in Astro MDX?
I'm building a static site with Astro and trying to create a custom code block component that allows users to switch between different programming languages.
Current Implementation
CodeBlock.jsx:
...
0
votes
1
answer
85
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 ...
0
votes
0
answers
84
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"
...
0
votes
1
answer
42
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
1
answer
134
views
VS Code + Markdown Preview Enhanced: How to use Reveal.js (Pandoc export) features?
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
149
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
210
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 ...
1
vote
0
answers
58
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
74
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
560
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 ...
0
votes
1
answer
93
views
Markdown Table Displays Correctly in Console but Misaligned in Mezon
I am working on a C# application that generates a Markdown table to summarize project timesheet data. I want to send it to a Discord like platform called Mezon. The table displays correctly (with ...
0
votes
0
answers
79
views
Changing font used to render a pdf from Markdown in VSCode
I'm new to using Markdown and VSCode.
I'm trying to change the font used to render the PDF generated by the Markdown PDF extension by Yzane.
This is what I have done so far:
I'm using Ubuntu, so I ...
0
votes
0
answers
51
views
Tiptap custom markInputRule removes closing bracket from match
I’m trying to create a custom mark in Tiptap v3 that highlights tags written like value inside inline text.
Here’s my current extension:
import { Mark, mergeAttributes, markInputRule } from "@...
0
votes
0
answers
270
views
How do I force gpt-5-nano to reply in Markdown when using Vercel AI SDK?
I'm using Vercel AI SDK's streamText method with OpenAI's gpt-5-nano. I'd expect to be able to force markdown formatting, but I can't figure out how to do that...
const result = streamText({
...
1
vote
0
answers
50
views
Markdown code blocks breaking URLs when copying from PDF viewer
I'm experiencing an issue where URLs and file paths in my Markdown code blocks are being split incorrectly when I try to copy them from Okular PDF viewer.
I've written a markdown file with ...
1
vote
1
answer
111
views
VS Code not rendering Markdown image links to local Flask site
I have created a Flask site to serve static images. It is http only site and not https
I can view these images (mainly svg but also a png file for testing) in the browser. However when I try to link ...
0
votes
0
answers
84
views
Pandoc Markdown prevent page break in code blocks exported to PDF
I use Pandoc to export my Markdown to PDF. I sometimes include code blocks that are only 5 lines. They become unreadable if the PDF has a page break inside the code block.
How can I instruct either ...
0
votes
1
answer
46
views
MathJax \color declaration spills over and colors subsequent text
I tried \color and \textcolor in a markdown file and then in an html file. Only the latter scopes the color to its argument. With \color, the rest of the expression stays red.
<script src="https://...
0
votes
1
answer
41
views
How to add automatic attributes to the Python Markdown library
I'm trying to import CSS styles into my HTML file exported by the Markdown library, but for some reason the attributes are basic, or so to speak, to generate a clean layout. Is it possible to add ...
0
votes
1
answer
67
views
how to disable IntelliJ formatting a section of a markdown file
I like the automatic formatting that IntelliJ does to markdown files.
But it can cause problems.
For example, when IntelliJ automatically generates a table of contents, when the formatter is applied ...
3
votes
0
answers
180
views
No Text Selection on react-native-markdown-display Component
Context:
I'm building an AI chat app using Expo + React Native, and I'm rendering streaming responses from an LLM API using the react-native-markdown-display library.
Problem:
The issue is that I can'...
0
votes
0
answers
78
views
How to Use Public Assets from the Root of a Monorepo in Nuxt 3 with Nuxt Content instead of projects public/
I have a monorep based set-up where all shared static assets live in <repo>/public/img. I’d like every Nuxt app under <repo>/apps/… to reference those images directly. I’d like all of my ...
0
votes
0
answers
49
views
How to post a table with hyperlinked text in the cells for a slack canvas page using Slack API SDK?
I am trying to post a table to a slack canvas page, with cells that contain hyperlinked text (simple status report), btu I can't get the content formatted properly for the canvases_edit call.
I post ...
-1
votes
1
answer
95
views
How do I add line breaks in Markdown after increasing the font size of the first line?
I am trying to format a Markdown blockquote in a Stack Overflow post where:
The first line is larger (like a header).
The following lines are normal size.
Each line is separated by single line breaks,...
0
votes
0
answers
56
views
Why are accented characters (é, è, à) missing in Notion pages created via the Notion API in NodeJS
I'm using the Notion API with Node.js to convert a local resume.md file into a Notion page. The file contains French text with accents like é, è, and à.
This is my code,
I tried:
Reading and writing ...
1
vote
0
answers
142
views
How do convert typst doc with pandoc which imports from @preview?
Pandoc is able to convert from Typst to markdown. When doing so, it is able to understand relative imports like #import "myfile.typ": a. How can I import from the Typst universe, e.g. #...
1
vote
0
answers
61
views
How to Increase the font size for Katex equations in Marimo
I am preparing a presentation with Marimo slides but my mathematical equations appear too small for the slides.
I have tried to add the cell:
import marimo as mo
app = mo.App(css_file="custom.css&...
1
vote
1
answer
578
views
Tailwind Typography Not Applying prose styles to Nuxt Content v3 (was working in Nuxt content v2)
I am migrating my Nuxt content project to use @nuxt/content v3 from Nuxt content v2. I'm also using Tailwind Typography installed correctly. Despite this, my markdown content rendered with <...
2
votes
1
answer
122
views
Tables not printing correctly in markdown file called from a markdown chunk
I have a markdown file that loops through a bunch of datasets, make figures and tables from them and saves as one html file. This file is called internally from a function the user runs.
If the user ...
0
votes
0
answers
77
views
Internal hyperlinks inside a jupyter notebook work normally but not when hosted on github
I am trying to host a jupyter notebook on my github page. The notebook has a table of contents at the top that internally with internal hyperlinks to different parts of the notebook and back to the ...
1
vote
1
answer
50
views
Is there a way to make column-margin coexist with overflowing divs?
I am writing a simple document in quarto. I need some more space to accommodate some graphs at one point in my document, so I would like to use the following:
:::{.column-page-left}
[some graphs]
:::
...
1
vote
1
answer
51
views
How to create links in rmarkdown kable when the column is collapse
I created a data.frame that I would like to show as a table:
df <- data.frame(A=c("a","b"),
B=c("[link](http://stackoverflow.com)","[link](http://...
2
votes
1
answer
61
views
`markdownify.MarkdownConverter` - Impossible to change the behavior of `convert_hN`
Here is a M(not)WE where changing convert_hN seems broken. Why?
from markdownify import MarkdownConverter
class CustomMarkdownConverter(MarkdownConverter):
def convert_hN(self, n, el, text, ...
0
votes
1
answer
102
views
transforming .md files into json based on a template
i'm searching for a way to replicate a specific json template in python that looks like this :
{
"conversations": {
"0": [
{
"from": "human",...
0
votes
0
answers
43
views
Is there a way to highlight ActionScript code in Markdown editor in VS Code like cpp does?
This is sample MD file in VS code:
```cpp
char c = 5;
printf("aaaa");
```
```actionscript
var i:int = 5;
```
```as
var i:int = 5;
```
```actionscript3
var i:int = 5;
```
```as3
var i:int = 5;
```
...
1
vote
1
answer
109
views
Markdowns are not rendering properly in my Next.js/Tailwind app
I was using the "markdown-it" attachment to render markdown files and display it on this blog I am making. (After parsing it with graymatter for the frontmatter) I rendered the content of ...
0
votes
0
answers
28
views
Unable to create markdown links to other local jupyter notebooks
I've been setting up some API documentation using jupyter notebook markdown cells which reference sections in another notebook, and am running into issues.
In this example, let's say I have two files ...