Skip to content

Commit

Permalink
Advance reflex-dom-pandoc for hard line break
Browse files Browse the repository at this point in the history
Fixes #354
  • Loading branch information
srid committed Aug 21, 2020
1 parent c51117d commit eb10b3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
- Fix task list checkbox styling (#233)
- Use superscript for folgezettel link suffix (#346)
- Zettel format
- Add `unlisted` metadata property to hide a zettel from z-index (#318)
- Wiki-style links: instead of `<foo>` you can now use `[[[foo]]]`; and instead of `<foo?cf>`, you can use `[[foo]]`. (#351)
- Allow specifying time in the `date` metadata propery (#343)
- Markdown: support for [fancy lists](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/fancy_lists.md) (#335)
- Add `unlisted` metadata property to hide a zettel from z-index (#318)
- Markdown:
- support for [fancy lists](https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/fancy_lists.md) (#335)
- Fix hard line breaks to actually work (#354)
- CLI
- Faster querying: add `--cached` option to `neuron query`, to run faster using the cache. To keep the cache up to date, make sure that `neuron rib` is running.
- Add `--id` and `--search` options to `open` command to open given zettel ID or search page respectively (#317)
Expand Down
4 changes: 2 additions & 2 deletions dep/reflex-dom-pandoc/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repo": "reflex-dom-pandoc",
"branch": "master",
"private": false,
"rev": "e9438e870634cf27d8448ff0eb7d7f59da7f9ed1",
"sha256": "17gw782aqad27lnxjiziz9fd75nb3xm5cgn14qgc3r1vaffb6f6m"
"rev": "5b600a23dd12404976a476d262a6f97544e4d829",
"sha256": "12r5ygdp3b6d72i3xfly3h7lcczwqwajynf628k9pip7fm2c7d5w"
}
2 changes: 1 addition & 1 deletion neuron/neuron.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4
name: neuron
-- This version must be in sync with what's in Default.dhall
version: 0.6.5.0
version: 0.6.5.1
license: AGPL-3.0-only
copyright: 2020 Sridhar Ratnakumar
maintainer: [email protected]
Expand Down

0 comments on commit eb10b3d

Please sign in to comment.