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

Website repository doesn't analyze intended dart code section #1849

Closed
zoechi opened this issue Dec 4, 2018 · 2 comments
Closed

Website repository doesn't analyze intended dart code section #1849

zoechi opened this issue Dec 4, 2018 · 2 comments
Assignees
Labels
e1-hours Effort: < 8 hrs infra.structure Relates to the tools that create docs.flutter.dev p2-medium Necessary but not urgent concern. Resolve when possible.

Comments

@zoechi
Copy link

zoechi commented Dec 4, 2018

@goderbauer commented on Mon Apr 02 2018

https://github.com/flutter/website/blob/master/tool/extract.dart doesn't analyze dart code sections which are intended, e.g. if you have the following in a markdown file, it will not be analyzed:

* Some important bullet point illustrated with code:
  ```dart
  print("Hello World")
  ``

/cc @devoncarew

@chalin chalin self-assigned this Dec 5, 2018
@chalin chalin added the infra.structure Relates to the tools that create docs.flutter.dev label Dec 5, 2018
@chalin
Copy link
Contributor

chalin commented Dec 5, 2018

Hmm, I vaguely recall fixing this, but I'll have to double check.

@sfshaza2 sfshaza2 added e1-hours Effort: < 8 hrs p2-medium Necessary but not urgent concern. Resolve when possible. labels Sep 20, 2019
@parlough
Copy link
Member

parlough commented Jan 4, 2023

Closing this since the old snippet extraction functionality is no longer used: #2233

@parlough parlough closed this as completed Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e1-hours Effort: < 8 hrs infra.structure Relates to the tools that create docs.flutter.dev p2-medium Necessary but not urgent concern. Resolve when possible.
Projects
None yet
Development

No branches or pull requests

4 participants