-
Notifications
You must be signed in to change notification settings - Fork 5
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
Load FAQ from API #506
base: master
Are you sure you want to change the base?
Load FAQ from API #506
Conversation
src/lancie-faq/lancie-faq.html
Outdated
<div class="markdown-html"></div> | ||
</marked-element> | ||
<template is="dom-repeat" items="[[faq]]" as="faqitem"> | ||
<h3>[[faqitem.question]]</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we certain both h1 and h2 are used before this? Dont use h3 just for styling. Use the proper heading and then style with css.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the markdown document uses ### Question
which according the markdown spec directly translates to a <h3>
element.
<h1>
and <h2>
are definitely not used before this
c6fcd73
to
105900a
Compare
b8f5bba
to
852abd9
Compare
All done, only needs adminpanel implementation. |
@MatthijsKok and @martijnjanssen can you have a look at this pull request and what should be done before it can be merged? |
I think it's a matter of checking whether the API does what is required from an implementation standpoint here. If that is fulfilled, and testing it works, then it should be fine. I don't have that much knowledge about these old PR's anymore though. |
No description provided.