Malo

Results 20 issues of Malo

This PR moves the translations for smartquotes into the translation files. This required slightly modifying the format of the translation files to allow escape sequences. Since translation files are parsed...

### Description A single equal sign on a line is parsed as a heading, as illustrated by the fact that the outline in the example below contains an entry: ```typ...

bug
syntax

In the following example, the xlabel is rendered as intended: ````typ #render( ``` graph { a [xlabel=""] } ```.text, xlabels: ( a: [hello] ) ) ```` ![The xlabel for node...

Diagraph should let the user specify a function as `labels`, `xlabels`, or `clusters`, to replace all labels. The function would accept the Graphviz label as a string, and return some...

### Description In fact, with `typographic: true`, spaces are kept as regular spaces. I'm unsure this is desirable. ```typ #super(typographic: true)[1 2 3] \ #super(typographic: false)[1 2 3] ``` ![The...

bug
text

### Description Consider the following piece of Typst code. Nested `super` and `sub` elements are laid out unexpectedly. ```typ foo#super[bar#super[baz]] \ foo#sub[bar#sub[baz]] ``` ![Nested super and sub elements are rendered...

bug
text

### Description Reproduction (on 0.11.1): ```typ $ P' $ $ italic("P")' $ $ italic("PP")' $ ``` ![The first two lines are as expected. On the last line, the prime symbol...

bug
math

### Description It is not possible to style `table.header` and `table.footer` elements using show rules. To reproduce: ```typ #show table.header: set text(weight: "bold") #show table.footer: set text(weight: "bold") #table( table.header[Header],...

bug
styling

### Description When a document contains too many nested `context` expressions, the error message is "maximum show rule depth exceeded", which is wrong. This can be reproduced with the following...

feature request
scripting
diagnostics

The glyph for U+227C ≼ looks similar to U+2AAF ⪯, even though U+227D ≽ looks different from U+2AB0 ⪰. Below is a screenshot of the following text, rendered in RustRover...