bypass
Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
File Explorer
Download Latest Version (.zip)- array.c
- array.h
- benchmark.c
- BSDmakefile
- buffer.c
- buffer.h
- CHANGES
- expanded_markdown.sh
- GNUmakefile
- LICENSE
- markdown.c
- markdown.h
- mkd2html.c
- mkd2latex.c
- mkd2man.c
- README
- renderers.c
- renderers.h
- Makefile
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- main.xml
- main.xml~
- readme.txt
- strings.xml
- BenchmarkActivity.java
- AndroidManifest.xml
- pom.xml
- project.properties
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher.png
- strings.xml
- BasicTests.java
- AndroidManifest.xml
- pom.xml
- project.properties
- Android.mk
- Application.mk
- bypass.cpp
- in_uncod_android_bypass_Bypass.h
- strings.xml
- HorizontalLineSpan.java
- Bypass.java
- Document.java
- Element.java
- ReverseSpannableStringBuilder.java
- AndroidManifest.xml
- pom.xml
- project.properties
- .gitignore
- pom.xml
- README.md
- BPAttributedStringConverter.h
- BPAttributedStringConverter.m
- BPDisplaySettings.h
- BPDisplaySettings.m
- BPDocument.h
- BPDocument.mm
- BPDocumentPrivate.h
- BPElement.h
- BPElement.mm
- BPElementPrivate.h
- BPImageGetter.h
- BPMarkdownPageView.h
- BPMarkdownPageView.m
- BPMarkdownView.h
- BPMarkdownView.m
- BPParser.h
- BPParser.mm
- Bypass-Prefix.pch
- Bypass.h
- contents.xcworkspacedata
- project.pbxproj
- InfoPlist.strings
- BPDocumentTests.mm
- BPElementTests.mm
- BPParserTests.m
- BypassTests-Info.plist
- InfoPlist.strings
- MainStoryboard.storyboard
- BPAbstractViewController.h
- BPAbstractViewController.m
- BPAppDelegate.h
- BPAppDelegate.m
- BPImageGetterSample.h
- BPImageGetterSample.m
- BPMarkdownView.png
- BPMarkdownView@2x.png
- BPMarkdownViewController.h
- BPMarkdownViewController.m
- BPTextViewController.h
- BPTextViewController.mm
- BypassSample-Info.plist
- BypassSample-Prefix.pch
- Default-568h@2x.png
- Default.png
- Default@2x.png
- iPhone Retina.png
- iPhone.png
- main.m
- markdown.png
- sample.markdown
- UITextView.png
- UITextView@2x.png
- contents.xcworkspacedata
- project.pbxproj
- InfoPlist.strings
- BypassSampleTests-Info.plist
- BypassSampleTests.h
- BypassSampleTests.m
- iPhone Retina.png
- iPhone.png
- Preview.png
- Thumbnail.png
- Data
- fonts
- version
- Preview.png
- Thumbnail.png
- Data
- fonts
- version
- buildPhases.png
- buildSettings.png
- dragXcodeproj.png
- linkLibraries.png
- target.png
- targetDependency.png
- README.md
- document.cpp
- document.h
- element.cpp
- element.h
- Makefile
- parser.cpp
- parser.h
- document_tests.cpp
- element_tests.cpp
- Makefile
- parser_tests.cpp
- .gitignore
- LICENSE.txt
- logo.svg
- Makefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Uncodin/bypass
Downloads the entire project code from GitHub to your computer.
cd bypass
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd platform/android/functional-test-tests
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
3. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
