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

footnote in table can't refer in defined order #129

Open
kenhys opened this issue Nov 4, 2021 · 2 comments
Open

footnote in table can't refer in defined order #129

kenhys opened this issue Nov 4, 2021 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kenhys
Copy link

kenhys commented Nov 4, 2021

Describe the bug

footnote in table can't refer in defined order.

To Reproduce
Steps to reproduce the behavior:

  1. npm create book
  2. choose @vivliostyle/theme-techbook
  3. Write manuscript which use footnote in table.
  4. npm run preview

Here is the manuscript.

# Footnote examples


|           | Foo | Bar | Baz |
|-----------|-----|-----|-----|
| foo       | ○  | ☓   | ☓   |
| bar[^fn1] | ○  | ☓   | ☓   |
| baz[^fn2] | ○  | ☓   | ☓   |
| bee[^fn3] | ○  | ☓   | ☓   |

* footnote of bar matches fn1
* footnote of baz matches fn2
* footnote of bee matches fn3

[^fn1]: fn1
[^fn2]: fn2
[^fn3]: fn3

Expected behavior

footnote in table is refereed defined order.

Screenshots

Screenshot from 2021-11-04 22-06-24

It should be:

  1. fn1
  2. fn2
  3. fn3

Desktop (please complete the following information):

  • OS: debian sid
  • Browser Chromium
  • Version 93.0.4577.0

@vivliostyle/core 2.11.3
@vivliostyle/vfm 1.0.2
@vivliostyle/theme-techbook 0.3.1

Additional context

N/A

@MurakamiShinyu
Copy link
Member

This seems to be a vfm issue. Could you move this issue to https://github.com/vivliostyle/vfm/issues ?

@kenhys
Copy link
Author

kenhys commented Nov 5, 2021

@MurakamiShinyu I guess that you can do transfer issue (menu is placed at right side bar?)

something like:

image

@MurakamiShinyu MurakamiShinyu transferred this issue from vivliostyle/vivliostyle.js Nov 5, 2021
@akabekobeko akabekobeko self-assigned this Nov 14, 2021
@akabekobeko akabekobeko added this to the v2.0.0 milestone Nov 14, 2021
@akabekobeko akabekobeko added the bug Something isn't working label Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants