| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-16 | Build with ghc-musl:9.2.5ghc925-3.1.5 | John MacFarlane | |
| 2023-07-16 | Revert to ghc-musl-9.4.4.ghc944-3.1.5ghc942-3.1.5 | John MacFarlane | |
| For background see #8947. | |||
| 2023-07-07 | Update changelog.3.1.5 | John MacFarlane | |
| 2023-07-07 | Fix babel name for fa (should be "persian"). Closes #8944. | John MacFarlane | |
| Affects LaTeX writer. | |||
| 2023-07-07 | Fix build (transitive dep not in lts) (#8945) | hseg | |
| Commit 921b0949f4400af2e602982806e48222b7611bd9 bumped the skylighting-core version, which requires a newer version of xml-conduit than is available in lts-21.0. Bump the version in stack.yaml | |||
| 2023-07-06 | Update AUTHORS.md. | John MacFarlane | |
| 2023-07-06 | Update README.md | John MacFarlane | |
| 2023-07-06 | Remove redundant lines in stack.yaml | John MacFarlane | |
| 2023-07-06 | Regenerate man page. | John MacFarlane | |
| 2023-07-06 | Update manual date | John MacFarlane | |
| 2023-07-06 | Use released typst 0.3.0.0. | John MacFarlane | |
| 2023-07-06 | Depend on released skylighting 0.13.4. | John MacFarlane | |
| 2023-07-06 | Use released pandoc-types. | John MacFarlane | |
| 2023-07-06 | Provisional version bump to 3.1.5. | John MacFarlane | |
| 2023-07-06 | Provisional changelog update. | John MacFarlane | |
| 2023-07-06 | Use latest dev typst-hs. | John MacFarlane | |
| 2023-07-06 | Typst reader: filter out CR in raw. | John MacFarlane | |
| 2023-07-06 | Add typst reader tests. | John MacFarlane | |
| Closes #8942. | |||
| 2023-07-06 | Typst reader: handle blockish content for link element. | John MacFarlane | |
| 2023-07-06 | Use latest dev typst-hs | John MacFarlane | |
| 2023-07-06 | Rewrite Typst reader. | John MacFarlane | |
| This structure should make it easier to add new block and inline handlers. | |||
| 2023-07-06 | Typst reader: allow block-level content in text element. | John MacFarlane | |
| 2023-07-06 | Move test/tables.asciidoctor -> test/tables.asciidoc_legacy. | John MacFarlane | |
| 2023-07-05 | MediaWiki reader: revise treatment of "link trail." | John MacFarlane | |
| Previously we only included ASCII letters. That is correct for English but not for, e.g., Spanish (see comment in #8525). A safer approach is to include all letters except those in the CJK unified ideograph ranges. | |||
| 2023-07-05 | Use latest dev typst-hs. | John MacFarlane | |
| 2023-07-05 | Update typst-hs revision. | John MacFarlane | |
| 2023-07-05 | Typst reader: handle style, align, place in inline contexts too. | John MacFarlane | |
| 2023-07-05 | Use latest dev typst-hs | John MacFarlane | |
| 2023-07-05 | Fix asciidoc tests | John MacFarlane | |
| 2023-07-05 | Make modern AsciiDoc the target for `asciidoc`. | John MacFarlane | |
| The AsciiDoc community now regards the dialect parsed by `asciidoctor` as the official AsciiDoc syntax, so it should be the target of our `asciidoc` format. Closes #8936. The `asciidoc` output format now behaves like `asciidoctor` used to. `asciidoctor` is a deprecated synonynm. For the old `asciidoc` behavior (targeting the Python script), use `asciidoc_legacy`. The templates have been consolidated. Instead of separate `default.asciidoctor` and `default.asciidoc` templates, there is just `default.asciidoc`. Text.Pandoc.Writers.AsciiDoc API changes: - `writeAsciiDoc` now behaves like `writeAsciiDoctor` used to. - `writeAsciiDoctor` is now a deprecated synonym for `writeAsciiDoc`. - New exported function `writeAsciiDocLegacy` behaves like `writeAsciDoc` used to. | |||
| 2023-07-04 | Fix example involving B. Russell. | John MacFarlane | |
| Closes #8940. | |||
| 2023-07-04 | Use latest dev typst-hs. | John MacFarlane | |
| 2023-07-04 | stack.ymal - add toml-parser (dep of typst-hs). | John MacFarlane | |
| 2023-07-04 | stack.yaml: update typst-symbols version. | John MacFarlane | |
| 2023-07-04 | Typst writer: support `unlisted` class in headings. | John MacFarlane | |
| Closes #8941. | |||
| 2023-07-04 | Use latest dev typst-hs. | John MacFarlane | |
| 2023-07-04 | Use latest dev typst-hs. | John MacFarlane | |
| 2023-07-03 | Get things working with latest dev version of typst. | John MacFarlane | |
| This supports package loading (as long as the package has been cached or is local). | |||
| 2023-07-03 | Typst writer: consolidate bibliography files... | John MacFarlane | |
| into one `#bibliography` command. (Separate bibliographies are not possible.) Closes #8937. | |||
| 2023-07-02 | Update line-through for asciidoc writer to custom inline style (#8934) | Kevin Broch | |
| Closes #8933 | |||
| 2023-07-01 | Typst writer: some math improvements. | John MacFarlane | |
| 2023-07-01 | Docx writer: make relative widths work in tables. | John MacFarlane | |
| This didn't work before because we were missing an attribute that tells Word to used fixed widths rather than computing optimal ones. | |||
| 2023-06-30 | Fix stack.yaml again! | John MacFarlane | |
| 2023-06-30 | Fix stack.yaml; typst-symbols. | John MacFarlane | |
| 2023-06-30 | Fix stack.yaml. | John MacFarlane | |
| 2023-06-30 | Update stack.yaml. | John MacFarlane | |
| 2023-06-30 | Typst reader: improve info message for skipped elements. | John MacFarlane | |
| 2023-06-30 | Fix typst reader for new typst-hs version. | John MacFarlane | |
| 2023-06-30 | Depend on dev version typst-hs. | John MacFarlane | |
| (For typst 0.5 support.) | |||
| 2023-06-30 | Typst writer: improve handling of autolinks. | John MacFarlane | |
| Closes #8931. | |||
