1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/ReactNativeClient
Laurent Cozic 9289dbdf77
All: Refactor Markdown rendering (#1315)
* Refactoring MdToHtml to avoid manually rendering tokens

* Minor fix

* Fixed loading of resources

* Handle clicking on checkboxes

* Added back Katex support

* Fixed issues with Katex and note rendering

* Added back support for links

* Restored code block highlighting support

* clean up

* Applying update to mobile

* Fixed handling of links and cleaned up to share more code between mobile and desktop

* Restored content caching and improved handling of additional assets

* Clean up and a few fixes

* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
..
android Android release v1.0.239 2019-02-24 18:08:54 +00:00
ios iOS v10.0.30 2019-02-26 23:39:52 +00:00
lib All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
locales Added Arabic translation 2019-03-03 17:14:17 +00:00
.babelrc
.buckconfig
.flowconfig
.gitattributes
.gitignore
.watchmanconfig
App.js
app.json
build_android_prod.bat
build_android.bat
clean_build.bat
debug_log.bat
debug_log.sh
index.android.js
index.ios.js
index.js
main.js All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
package-lock.json All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
package.json All: Refactor Markdown rendering (#1315) 2019-03-08 17:14:17 +00:00
root.js Mobile: Apply tag duplication fix to mobile too 2019-02-24 18:02:50 +00:00
start_emulator.bat
start_server.bat
start_server.sh