Cittadhammo

Results 14 issues of Cittadhammo

Dear @olup, I finally put my hand on a machine where I was able to install Linux. I have successfully built the [KOReader Cross Compile ToolChains ](https://github.com/koreader/koxtoolchain), by running the...

In europe, accepting cookies are somehow mandatory when you go on website. This makes life awful -_- Like an adblock, there is an extension for that https://www.i-dont-care-about-cookies.eu/ Could it be...

feature request

Dear All, I would like to implement two optional parameters for the function arc(). At the moment arc().padAngle(x) create a symetric padding on each side of the arc sector. I...

related ot https://github.com/LegNeato/mdbook-typst/issues/13

I thought it would be nice to have more options available in the `book.toml` to allow before building, like ``` [output.typst] format = "pdf" # Or "typst", "svg", etc. name...

I have spotted an error when you have a title after a quote in your md file. For example: ``` # Chapter 1 testing # Chapter 2 a quote below...

hr in markdown are `***` on a new line. In typst they could be ``` #let hrule = line(length: 100%) #let hrule = align(center, line(length: 60%)) #hrule ``` https://github.com/typst/typst/discussions/3708

I really like the [quote attribution](https://typst.app/docs/reference/model/quote/) in typst. Is there a way to get that from markdown? like: ``` > This is a nice block quote > with two lines...

In a Markdown document, double space after a line means line break. At the moment, this is transformed into `#parbreak()`. The solution is to replace it by `\` https://stackoverflow.com/questions/35177253/why-markdown-syntax-requires-two-spaces-before-n-to-make-a-paragraph-out-of-it