-
Notifications
You must be signed in to change notification settings - Fork 919
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
Use Hugo's native support for processing HTML & markdown, not file extension testing #906
Open
5 of 8 tasks
Labels
Comments
Hey @trombonehero - this issue is a proposal to revert #378, which you submitted a little while back. Might you be willing to give some more details concerning your use case, possibly illustrating why docsy -- prior to #378 -- didn't seem to address your needs? Thanks! |
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 4, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 5, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 5, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 5, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 9, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 9, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 9, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 10, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 10, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 14, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 14, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 15, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Feb 15, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
chalin
added a commit
to deining/docsy
that referenced
this issue
Mar 8, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
chalin
pushed a commit
to deining/docsy
that referenced
this issue
May 4, 2023
deining
added a commit
to deining/docsy
that referenced
this issue
Jun 11, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Jun 11, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
deining
added a commit
to deining/docsy
that referenced
this issue
Nov 20, 2023
- use Hugo's native support for processing HTML & markdown (google#906) - drop support for pre-Hugo-0.54.x behavior of {{% %}} google#939
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally posted by @deining in #526 (comment) :
IMHO, that is the wrong way to do it. When using a shortcode, one needs to use either
{{< >}}
or{{% %}}
instead, depending on the content of the shortcode (HTML and markdown, respectively).If we all agree that this is the way to go, then a number of files will need to be changed (which mostly were introduced by #378 I believe):
layouts/shortcodes/alert.html
- Rework alert shortcode #941layouts/shortcodes/card.html
- [BSv5] Adapt cardpane shortcode #1376layouts/shortcodes/blocks/cover.html
- shortcode 'blocks/cover': improvements #1400layouts/shortcodes/imgproc.html
- Fix: shortcodeimgproc
does not work with % for markdown body #1522layouts/shortcodes/blocks/lead.html
- shortcode 'blocks/lead' improvements #1398layouts/shortcodes/blocks/section.html
- [BSv5] blocks/section row-col hierarchy fix #1472Related:
{{% %}}
#939The text was updated successfully, but these errors were encountered: