Open jianghaizhu opened 8 years ago
This package is deprecated because the Markdown module is now in Base. The error is pretty weird but it's not really worth worrying about for an old, archived module.
Also, the readme example was in Juno / Light Table, so there's no proper markdown support in Atom yet (although that's on the roadmap).
Ok. It's good to know that Markdown in Atom is coming.
Just tried the FFT example in JUNO/Atom and got the following errors in console when evaluated.
ERROR (unhandled task failure): readcb: connection reset by peer (ECONNRESET) in yieldto at /Applications/Julia-0.4.5.app/Contents/Resources/julia/lib/julia/sys.dylib in wait at /Applications/Julia-0.4.5.app/Contents/Resources/julia/lib/julia/sys.dylib (repeats 2 times) in wait_readnb at stream.jl:374 in eof at stream.jl:96 in process_client at /Users/zhuj6/.julia/v0.4/HttpServer/src/HttpServer.jl:353 in anonymous at task.jl:447
This error inline:
UndefVarError: @md_str not defined in include_string at /Users/zhuj6/.julia/v0.4/CodeTools/src/eval.jl:28 in include_string at /Users/zhuj6/.julia/v0.4/CodeTools/src/eval.jl:32 [inlined code] from /Users/zhuj6/.julia/v0.4/Atom/src/eval.jl:39 in anonymous at /Users/zhuj6/.julia/v0.4/Atom/src/eval.jl:62 in withpath at /Users/zhuj6/.julia/v0.4/Requires/src/require.jl:37 in withpath at /Users/zhuj6/.julia/v0.4/Atom/src/eval.jl:53 [inlined code] from /Users/zhuj6/.julia/v0.4/Atom/src/eval.jl:61 in anonymous at task.jl:58
Atom: 1.6.0. Julia: 0.4.5. All plugins are up-to-date and checkout the master.