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

cant extarct from html file #565

Closed
klydream opened this issue Mar 20, 2018 · 2 comments
Closed

cant extarct from html file #565

klydream opened this issue Mar 20, 2018 · 2 comments

Comments

@klydream
Copy link

klydream commented Mar 20, 2018

<div
>
  <table class="table" ng-hide="collapsed || filesVM.files.length == 0">
    <tr>
      <th>{{_('Filename')}}
      <small class="text-muted">({{ (filesVM.files | filter:fileSearch).length }} files)</small>
      </th>
    </tr>
  </table>

</div>

babel doesn't work, but it can work as below

<div
>
  <table class="table" ng-hide="collapsed || filesVM.files.length == 0">
    <tr>
      <th>{{_('Filename')}}
      <small class="text-muted"></small>
      </th>
    </tr>
  </table>

</div>

with config

[jinja2: **/templates/**.html]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_
@akx
Copy link
Member

akx commented Apr 4, 2018

Hi!

I'm sorry, I don't think I understand the exact problem here. What do you expect to be extracted?

@klydream
Copy link
Author

klydream commented May 6, 2018

I want to exact Filename, but I can't get the result what I want.

@akx akx closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants