Skip to content

Commit d0c74c7

Browse files
committed
Final changes to documentation and release notes
1 parent 4d6f91c commit d0c74c7

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ This release is a feature-rich package with a variety of new features and bug fi
3636
- Integrated the official released version of the Neo4j Cypher editor component. ([@jharris4](https://github.com/jharris4), [#365](https://github.com/neo4j-labs/neodash/pull/365))
3737
- Fixed hot-module replacement inside webpack configuration. ([@konsalex](https://github.com/konsalex), [#396](https://github.com/neo4j-labs/neodash/pull/396))
3838
- Fixed husky pre-commit hook not triggering correctly on Windows environments. ([@bastienhubert](https://github.com/bastienhubert), [#342](https://github.com/neo4j-labs/neodash/issues/342))
39+
- Add support for using complex objects in markdown, iframes and report titles. ([@BennuFire](https://github.com/bennufire), [#413](https://github.com/neo4j-labs/neodash/pull/413))
40+
3941

4042
## NeoDash 2.2.3
4143
This releases fixes a small set of bugs that slipped through the 2.2.3 release, and adds some minor features:

docs/modules/ROOT/pages/user-guide/reports/markdown.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ text, to be renderer as rich HTML. This lets you turn your dashboards
66
into a storybook with textual descriptions, hyperlinks, images and
77
videos.
88

9+
To use dashboard parameters in Markdown, turn on the `Replace global parameters in Markdown` setting.
10+
Then, include a variable surrounded by backticks inside the markdown string. For example:
11+
12+
```
13+
== This is a title
14+
My variable is equal to `$neodash_person_object['name']`
15+
```
16+
17+
918
== Examples
1019

1120
=== Basic Markdown

release-notes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ This release is a feature-rich package with a variety of new features and bug fi
3535
- Added handler for mulitple report actions to be executed on the same event. ([@BennuFire](https://github.com/BennuFire), [#324](https://github.com/neo4j-labs/neodash/issues/324))
3636
- Integrated the official released version of the Neo4j Cypher editor component. ([@jharris4](https://github.com/jharris4), [#365](https://github.com/neo4j-labs/neodash/pull/365))
3737
- Fixed hot-module replacement inside webpack configuration. ([@konsalex](https://github.com/konsalex), [#396](https://github.com/neo4j-labs/neodash/pull/396))
38-
- Fixed husky pre-commit hook not triggering correctly on Windows environments. ([@bastienhubert](https://github.com/bastienhubert), [#342](https://github.com/neo4j-labs/neodash/issues/342))
38+
- Fixed husky pre-commit hook not triggering correctly on Windows environments. ([@bastienhubert](https://github.com/bastienhubert), [#342](https://github.com/neo4j-labs/neodash/issues/342))
39+
- Add support for using complex objects in markdown, iframes and report titles. ([@BennuFire](https://github.com/bennufire), [#413](https://github.com/neo4j-labs/neodash/pull/413))

0 commit comments

Comments
 (0)