I am trying to build a report in Looker, where one column happens to have text content in markdown file format. For example consider a ‘student’ table with below contents:
| id | name | notes |
| --- | --- | ------------------------------------------------------|
| 1 | Foo | ## section A |
| | | This is first paragraph. |
| | | This is second paragraph. Itemized lists look like: |
| | | * This is *first item* |
| | | * This is **second item** |
| | | * Link to [example](https://example.com) |
When I build a report using Looker, I would like Looker to render markdown contents in the corresponding text box.
Is there a way to accomplish this?
There would be thousands of students and each student will have different notes.
How do I model LookML for this table? Any help is appreciated.
I would like to render markdown content stored in database. Currently, it displays the data as is without rendering it as markdown.
shantha raju is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.