-
DescriptionI have a bunch of Everything works fine except for the title, which is taken from the first markdown cell.
"cells": [
{
"cell_type": "markdown",
"id": "caf648c2",
"metadata": {
"slideshow": {
"slide_type": "slide"
},
"tags": []
},
"source": [
"# <center>Vorlesung: Wahrscheinlichkeitstheorie und Statistik</center>\n",
"\n",
"## <center>Kapitel 01: Deskriptive Statistik </center> <a class=\"tocSkip\">\n",
"\n",
So far I have tried Similarly with a LUA filter changes to With the directly level The only thing that work is modifying the For the whole project I also do not want to disable
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 15 replies
-
You are using a very old pre-release, you should consider upgrading your version to at least the latest stable version. I am assuming you are talking about this: https://quarto.org/docs/extensions/nbfilter.html Note that the "YAML cell" as you call it is Markdown. As no code / reproducible example has been provided, it's hard to provide concrete answer. Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. Jupyter Notebook can be shared as JSON (plain text). You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Example for for such a Jupyter Notebook. (I do not want to modify the Notebook itself but quarto should source the title from somewhere else or let me overwrite it. Nor do I want to convert to QMD.) (1.6.33 is the latest version in NixPKGS)
|
Beta Was this translation helpful? Give feedback.
-
quarto check:
|
Beta Was this translation helpful? Give feedback.
For reference: