-
Notifications
You must be signed in to change notification settings - Fork 8
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
Clean docs #9
Clean docs #9
Conversation
Start the package from a clean slate.
Now developers can run `npm start` to execute the build script.
Use TypeScript to make sure all cases are handled.
This cleans the markdown to be more normal and generates the HTML from that.
The tables were incorrect.
While marked generated the correct content, GFM did not.
It seems like nested lists are a mistake and asterisks should be preserved.
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.
Thank you for the effort on this. I haven't had the time myself and I appreciate the help. There are a couple of things before I can merge this:
- Indicators for aspects are missing. Currently
<span class="aspect">
marks them. I'd like to retain a class to indicate them, with a preference for something like<em class="aspect">
. - I don't know the scripting setup that you have. Could you document it further? And is it something that could be run in parallel with the Gulp tasks already in the project? (I'm all for using cool and useful things, I just need an introduction.)
So my goal was to largely replace the need for the Gulp work. I do think there are two goals though. One to have clean Markdown, and one to have markdown which works for the FATE SRD site. I did this because you asked me on Twitter but it isn't strictly required. I think you should keep your system if it works. My end goal is actually to try and create a website using Gitbook so I can have local search. |
Nice goal! Sounds useful. |
Based on this tweet, I've updated the transformation script and the contents of the files.