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

Add prismjs additional languages #42

Merged
merged 16 commits into from
Aug 31, 2021
Merged
Prev Previous commit
Next Next commit
fix react DOM issue class to className
  • Loading branch information
fdmmarshall committed Aug 30, 2021
commit 779f7b75e488163219013bbcf77ae3269521afbb
2 changes: 1 addition & 1 deletion website/docs/concepts/what-is-fluree.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ We can think of the ledger at any given point in time as the combination of all

The below image shows you a simplified representation of five blocks worth of flakes. In the first two blocks, we create our simple schema (a user with a `user/handle` and a `user/chat`). In block 3, we add a new user named 'bob' and a chat message for Bob. In block 4, we create a new user with the handle 'jane', and finally in block 5, we attribute a chat to 'jane'.

<p class="text-center">
<p className="text-center">
<img width="600px" height="220px" src="https://s3.amazonaws.com/fluree-docs/flakeLogBlocks1-5.png" alt="A table with the columns: 'subject', 'predicate', 'object', 'block', and 'add.' There are seven rows in this table, and each contains sample data, which is explained in the accompanying paragraph"/>
</p>

Expand Down