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

causal pathway scraping: emit markdown or html fragments #11

Open
grosscol opened this issue Oct 23, 2019 · 0 comments
Open

causal pathway scraping: emit markdown or html fragments #11

grosscol opened this issue Oct 23, 2019 · 0 comments

Comments

@grosscol
Copy link
Member

grosscol commented Oct 23, 2019

Emit markdown content into the _casual_paths directory

Update knowledge base layout to incorporate individual causal pathway entries into examples list. Something along the lines of:

{%- for cp in site.causal_paths -%}
  <details>
    <summary><b>{{post.title}}</b></summary>
   ...
  </details>
{%- endfor -%}

Part of #8

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

No branches or pull requests

1 participant