Skip to content
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

change to markdown from textile #19

Closed
mhenke opened this issue May 17, 2011 · 5 comments
Closed

change to markdown from textile #19

mhenke opened this issue May 17, 2011 · 5 comments

Comments

@mhenke
Copy link
Owner

mhenke commented May 17, 2011

Change to markdown so we can use pandoc http://johnmacfarlane.net/pandoc/ to convert files to pdf, EPUB ebooks, odt, etc.

http://johnmacfarlane.net/pandoc/installing.html

@russplaysguitar
Copy link
Contributor

Yikes, looks like the conversion will take a bunch of work.

@mhenke
Copy link
Owner Author

mhenke commented May 18, 2011

I used pandoc to convert textile to markdown but it seems the code examples aren't converted correctly. I'll see how textile to html to markdown looks.

@mhenke
Copy link
Owner Author

mhenke commented May 18, 2011

it seems these textile to html to markdown worked best but the code samples are still broken.

C:\Users\Owner\Desktop\github\CFML-in-100-minutes>pandoc -s cfml100mins.textile
-f textile -t html -o cfml100mins.html

C:\Users\Owner\Desktop\github\CFML-in-100-minutes>pandoc -s cfml100mins.html -f
html -t markdown -o cfml100mins2.markdown

@russplaysguitar
Copy link
Contributor

Maybe try converting the code samples to encoded values, so that the CFML tags don't get misinterpreted as HTML? An encoder like this might help: http://meyerweb.com/eric/tools/dencoder/

@mhenke
Copy link
Owner Author

mhenke commented May 19, 2011

ah, i think i got it. Take a look

@mhenke mhenke closed this as completed May 19, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants