Questions about Nue #608
Unanswered
mitorun-studio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to change the address of the page at the output? For example, place the page
blog.mdin the root directory, and output as/blog/index.html. And so that the page of the post in/blog/post-1.mdis output as/blog/post-1/index.htmlWhy can't I use html code in
.mdfiles?<dialog popover>from Nue examples (including nuejs.org site itself) does not work on old iPhone/Safari. Unfortunately because of this I consider it unacceptable to use such an elegant way of creating a dropdown menu :(prefetch: /img/sprite.svgnot working with SVG files?For some reason, inserting variables into a link in .md files doesn't work for me, where the URL
[{ links.telegram }]({ links.telegram }).In MD files:
Creates:
But if you try to create a custom tag:
Then the following tags are displayed, always without content inside:
Is this done intentionally?
Why is the
custom="aside"attribute added?Beta Was this translation helpful? Give feedback.
All reactions