markdown beautifully woven
made with ❤️ by dijith
use spacebar,arrowkeys,h,l to navigate pages, if you are on phone tap anywhere to go to next slide
Creating slides should be a straightforward process, Traditional presentation software often involves excessive mouse dragging and complex component manipulation for what should be simple text and structure. Markweavia was born from the desire to simplify this.
Most impactful presentations rely on clear text and an uncluttered background, a philosophy Markweavia aims to embody perfectly
Presentations needs PowerPoint
Slides need Google Slides
and internet connection.and if you convert one to another there will be layout shifts.
Markweavia doesn't need internet connection your exported slides works fine in offline ( yes with latex rendering and syntax highlighting for code)
With
Markweavia
all you need is a device with a browser, you will get theWYSIWYG
experience in any device with16:9
or better aspect ratio
next page
First, let's look at some fundamental text styling.
You can make text italic or bold.
For something really important, try bold and italic.
Inline code
is great for short snippets like variable_name
.
Or even function_call()
.
Unordered lists are useful for items without a specific sequence.
For steps or items in a sequence, use ordered lists.
Fenced code blocks are essential for showcasing code. Here's a Python example:
def greet(name):
print(f"Hello, {name}!")
greet("Markweavia")
nord
theme.Let's try a JavaScript snippet as well.
function add(a, b) {
return a + b;
}
console.log(`answer to the Ultimate Question of Life,
the Universe, and Everything" =${add(41, 3)}`);
// This is a comment
Rust works too
fn main(){
println!("see it's memory safe now");
}
Tables help organize data in rows and columns.
Fruit | Color | Taste |
---|---|---|
Apple | Red | Sweet |
Lemon | Yellow | Sour |
Blueberry | Blue | Sweet |
You can also control text alignment within table columns.
Left Align | Center Align | Right Align |
---|---|---|
Text | Text | Text |
Item 1 | Item 2 | Item 3 |
Long Item | Short | Value |
Linking to external resources is straightforward. Visit Markweavia for weaving markdown slides with latex support. You can also use reference-style links if you prefer. This is another line to fill space. And one more for good measure.
Displaying images is also possible.
Note: The image above is a placeholder Markweavia logo.)
Partial support for Images not embedded in html
Blockquotes are used for quoting text from another source.
This is a blockquote. It indents the text and is often used for citations or emphasizing a passage.
- Anonymous It adds a nice visual separation.
GitHub Flavored Markdown (GFM) supports task lists.
vim
rx
Strikethrough text is also part of GFM.
This text is no longer relevant or incorrect.
a+b
2a−b±b2−4ac
a11a21⋮am1a12a22⋮am2……⋱…a1na2n⋮amn ⋅b11b21⋮bn1b12b22⋮bn2……⋱…b1pb2p⋮bnp =c11c21⋮cm1c12c22⋮cm2……⋱…c1pc2p⋮cmp
cij=∑k=1naikbkj
A+B=C
A=[a11a21a12a22a13], B=[b11b21b12b22], and C=[c11c21c12c22]. In this case, cij=aij+bij.
I just figured out that you can nest block quotes
hello
hello
from
inside