-
Notifications
You must be signed in to change notification settings - Fork 0
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
Конвертер из ЦСЯ Markdown в #5
Comments
@pgmmpk @typiconman Can I mark HTML, LaTeX, XML as 'done' or they require more development? |
pdf is irrelevant as it will be done via latex: md = > latex => pdf |
Can we run some tests MD -> XML -> MD and XML -> MD -> XML, to make sure the processes are lossless? |
we have some samples, maybe it makes sense to write some script. however, somebody should verify a result. |
MD=>XML needs some work (on specs and implementation). XML => MD is not
even started...
…On Sat, May 11, 2019 at 3:14 AM George Plotnikov ***@***.***> wrote:
we have some samples, maybe it makes sense to write some script. however,
somebody should verify a result.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAELA4TCKHEIJWRS5SVCDD3PUZW6RANCNFSM4HMF4WOQ>
.
|
Wait, I though we already had a converter here. Also, I think that we now have a lot of duplicated information in cumd and markdown-it-church-slavonic. |
Thank you for the reminder - I forgot about existence of Python The MD=>XML part better be in JS (for the sake of VSCode). Maybe we need to port XML=>MD part to JS as well (so that we can unit-test the roundtrips). Alternative would be to do the heavy lifting in Python, but integrate Python service into VSCode. Lets brainstorm this - what the best way?
My initial thoughts:
|
As I understand it, our texts will be stored in MD. On the website, we will display them in HTML. So, we need MD -> HTML (trivial form of MD -> XML) in a method that can be easily automated on a server. The other application will be our API, where a user can request a text in any format (MD, XML, LaTeX). Again, the conversion needs to be easily automated on a server. |
Conversion MD -> HTML is the MD's purpose. I don't see the reason why it's necessary to use py, what for? |
How do you store text as MD, but display HTML on a webpage for the user? |
@typiconman something like that. there are many libs for that |
Oh, the problem is in custom MD. I see. But there are only ~500 lines of code. Maybe it makes sense to re-write it on JS or TS? |
The text was updated successfully, but these errors were encountered: