-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support for Documenter 1.0? #11
Comments
Good question. And the answer is not by me. So this package is very much looking for a maintainer, preferably someone who is actually using the Markdown backend 🙂 |
Makes sense. I am not using it myself, but I think @thofma is using it for Hecke.jl... though I am not sure he is interested in taking over DocumenterMarkdown for that, maybe he'll rather switch to plain Documenter.jl, dunno shrug |
I am not the only one! I will have a look. |
I had been trying to get it to work for a similar writer, but I just can see how to go beyond this line: DocumenterMarkdown.jl/src/writer.jl Line 30 in 5283d2f
since now,
with fields DocumenterMarkdown.jl/src/writer.jl Line 31 in 5283d2f
expects node to be some kinda of Node , i.e. RawNode , DocsNode etc. Any hints on how to convert that elem to a node ?
|
Haha, we made it to the same point. Maybe I should push my progress somewhere. |
I think you just need to loop over over the child nodes of the page ( |
@mortenpi any luck? |
@lazarusA I didn't actually try to port the code. I was just suggesting that you can take a look at LaTeXWriter to see how you might be able to make it work. |
I am another one that use it for my Julia/ML course to produce md that I then further process toward PDF using MarkdownPP. Just realised that DocumenterMarkdown blocks newer Documenter version... any alternative you suggest to make a single PDF from a mix of .jl/ .md source files ? (I use the two together because for mostly theoretical pages I write them directly in .md format with Julia code chunks and then use Documenter, for more coding pages I use .jl and then Literate) |
OK, I looked at this more closely, trying to follow the #11 (comment). I am still a bit puzzled. I have a page
Now I look at the children of the
I poked at this some more, but could not find anything useful to pass to the
and
But I have not found anything I think there is a big understanding on my part. Where are those |
@thofma I'd say you should pass both the The element object is really only there for dispatch since you can always access it via the |
Based on #13 and his work on DocumenterVitepress, it seems like maybe @asinghvi17 would want to volunteer for that position? |
I probably don't have the bandwidth to be a full maintainer but can definitely review PRs and chip in here and there! |
Are there plans to update this package for Documenter 1.0?
The text was updated successfully, but these errors were encountered: