Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table template not producing table output #18

Closed
zgagnon opened this issue Dec 17, 2020 · 1 comment · Fixed by #21
Closed

Table template not producing table output #18

zgagnon opened this issue Dec 17, 2020 · 1 comment · Fixed by #21

Comments

@zgagnon
Copy link
Contributor

zgagnon commented Dec 17, 2020

In a code block, I enter this template:

```expander
{{tag:#technique}}
^|Filename|Ext|
^|---|---|
| $filename | $ext |
>This is the end
```

I then activate Text expand, and my output looks like this:

```expander
{{tag:#technique}}
^|Filename|Ext|
^|---|---|
| $filename | $ext |
>This is the end
```|,F,i,l,e,n,a,m,e,|,E,x,t,|
|,-,-,-,|,-,-,-,|
| agile | md |
| Battlechess Duck | md |
| incident commander | md |
| incident management system | md |
| pair programming | md |
| Principles | md |
| Technique Technique | md |
| Test Driven Development | md |
| Value Stream Mapping | md |
T,h,i,s, ,i,s, ,t,h,e, ,e,n,d

<--->

These are the correct values (file name and extension), but definitely not the table I expected.

Text Expand version 0.6.2
Obsidian Version 0.9.20

@mrjackphil
Copy link
Owner

@jcangas Did a pull request which can help you with this issue.
Try version 0.6.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants