Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
40 views

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 ...
user31952284's user avatar
Advice
0 votes
1 replies
28 views

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` ...
Daniel's user avatar
  • 697
Advice
0 votes
2 replies
65 views

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 ...
Mike Nakis's user avatar
0 votes
1 answer
27 views

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 ...
John J Smith's user avatar
  • 12.1k
0 votes
0 answers
29 views

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 ...
Andjela Mihajlovic's user avatar
0 votes
0 answers
55 views

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 ...
ABCdC's user avatar
  • 1
0 votes
1 answer
50 views

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 ...
skywizard's user avatar
1 vote
1 answer
51 views

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 ...
Santiago Uribe Gil's user avatar
2 votes
0 answers
37 views

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 (#), ...
Kerry Cox's user avatar
  • 121
1 vote
0 answers
39 views

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 ...
N1v3x's user avatar
  • 51
0 votes
1 answer
55 views

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 ...
frankr6591's user avatar
  • 1,267
0 votes
1 answer
57 views

I have written the following markdown for an image: ![alt-text]({urlVar}) With the intent that the output html is further processed with the url injected through a template system. So, my desired ...
Wilduck's user avatar
  • 14.2k
3 votes
1 answer
154 views

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: ...
Garret Wilson's user avatar
2 votes
0 answers
55 views

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: ...
Ashwin Prasad's user avatar
0 votes
1 answer
85 views

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 ...
user29255210's user avatar
0 votes
0 answers
84 views

My little demo example is given as follows: --- output: pdf_document: latex_engine: xelatex keep_tex: no documentclass: extarticle classoption: "a4paper,8pt,oneside,twocolumn" ...
John Stone's user avatar
0 votes
1 answer
42 views

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 ...
javanoob's user avatar
  • 6,462
0 votes
1 answer
134 views

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 ...
Joshua Muheim's user avatar
1 vote
0 answers
149 views

> ''' > import logging > import time > from pathlib import Path > from docling_core.types.doc import ImageRefMode, PictureItem, TableItem > ...
Akshata's user avatar
  • 29
-1 votes
2 answers
210 views

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 ...
Ifeanyi Chima's user avatar
1 vote
0 answers
58 views

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&...
BATMAN_2008's user avatar
  • 3,642
0 votes
1 answer
74 views

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 ...
Atharva's user avatar
  • 191
0 votes
0 answers
560 views

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 ...
Akshata's user avatar
  • 29
0 votes
1 answer
93 views

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 ...
Tuấn Nguyễn Tiến's user avatar
0 votes
0 answers
79 views

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 ...
Caue Evangelista de Sousa's user avatar
0 votes
0 answers
51 views

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 "@...
GL_CH's user avatar
  • 1
0 votes
0 answers
270 views

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({ ...
hous's user avatar
  • 150
1 vote
0 answers
50 views

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 ...
akrogun's user avatar
  • 11
1 vote
1 answer
111 views

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 ...
am84's user avatar
  • 13
0 votes
0 answers
84 views

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 ...
J. Mini's user avatar
  • 1,746
0 votes
1 answer
46 views

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://...
Joy's user avatar
  • 103
0 votes
1 answer
41 views

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 ...
royer's user avatar
  • 645
0 votes
1 answer
67 views

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 ...
BPS's user avatar
  • 1,691
3 votes
0 answers
180 views

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'...
Mr. Mark's user avatar
0 votes
0 answers
78 views

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 ...
BATMAN_2008's user avatar
  • 3,642
0 votes
0 answers
49 views

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 ...
swv's user avatar
  • 799
-1 votes
1 answer
95 views

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,...
Stevoisiak's user avatar
  • 27.8k
0 votes
0 answers
56 views

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 ...
WilOnWeb's user avatar
1 vote
0 answers
142 views

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. #...
falsePockets's user avatar
  • 4,413
1 vote
0 answers
61 views

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&...
xnx's user avatar
  • 25.7k
1 vote
1 answer
578 views

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 <...
BATMAN_2008's user avatar
  • 3,642
2 votes
1 answer
122 views

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 ...
Elizabeth Babcock's user avatar
0 votes
0 answers
77 views

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 ...
Ahmad Elsayed's user avatar
1 vote
1 answer
50 views

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] ::: ...
userq8957289475's user avatar
1 vote
1 answer
51 views

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://...
ramiro's user avatar
  • 115
2 votes
1 answer
61 views

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, ...
projetmbc's user avatar
  • 1,504
0 votes
1 answer
102 views

i'm searching for a way to replicate a specific json template in python that looks like this : { "conversations": { "0": [ { "from": "human",...
anoname's user avatar
0 votes
0 answers
43 views

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; ``` ...
Jindra Petřík's user avatar
1 vote
1 answer
109 views

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 ...
sa_ik's user avatar
  • 21
0 votes
0 answers
28 views

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 ...
Ben Y's user avatar
  • 1,043

1
2 3 4 5
181